@font-face {
  font-family: "Roboto-Regular";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
}
@font-face {
  font-family: "Roboto-Medium";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Medium.woff") format("woff"),
    url("../fonts/Roboto-Medium.ttf") format("truetype"),
    url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
}
@font-face {
  font-family: "Roboto-Bold";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.ttf") format("truetype"),
    url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
}
@font-face {
  font-family: "Roboto-Bold";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.ttf") format("truetype"),
    url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
}
@font-face {
  font-family: "RobotoBlack";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/RobotoBlack.eot");
  src: url("../fonts/RobotoBlack.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoBlack.woff") format("woff"),
    url("../fonts/RobotoBlack.ttf") format("truetype"),
    url("../fonts/RobotoBlack.svg#RobotoBlack") format("svg");
}
@font-face {
  font-family: "RobotoLight";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/RobotoLight.eot");
  src: url("../fonts/RobotoLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight.ttf") format("truetype"),
    url("../fonts/RobotoLight.svg#RobotoLight") format("svg");
}
@font-face {
  font-family: "coolveticarg";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/coolveticarg.eot");
  src: url("../fonts/coolveticarg.eot?#iefix") format("embedded-opentype"),
    url("../fonts/coolveticarg.woff") format("woff"),
    url("../fonts/coolveticarg.ttf") format("truetype"),
    url("../fonts/coolveticarg.svg#coolveticarg") format("svg");
}
.font-md {
  font-family: "Roboto-Medium";
}
.font-bold {
  font-family: "Roboto-Bold";
}
.color-grey {
  color: #9fa6ac;
}
.color-orange {
  color: #ffb001 !important;
}
a {
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus,
button:focus,
input:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
}
:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
}
.site-content .heading h2 {
  font-size: 30px;
  font-family: "Roboto-Bold";
  color: #19232d;
}
@media (max-width: 1199px) {
  .site-content .heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .site-content .heading h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .site-content .heading h2 {
    font-size: 18px;
  }
}
.site-content .heading hr:before {
  background: #0edeca;
}
@media (max-width: 767px) {
  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
textarea {
  resize: none;
}
.btn:focus {
  box-shadow: none;
}
.help-block {
  color: red;
  font-size: 14px;
  position: static !important;
  margin-top: 5px;
}
.button {
  border-width: 1px;
}
.common-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 25px;
}
@media (max-width: 1199px) {
  .common-box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .common-box {
    padding: 15px;
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
  }
  100% {
    -webkit-transform: scale(40);
    -ms-transform: scale(40);
    -o-transform: scale(40);
    transform: scale(40);
    opacity: 0;
  }
}
@-moz-keyframes ripple {
  0% {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
  }
  100% {
    -webkit-transform: scale(40);
    -ms-transform: scale(40);
    -o-transform: scale(40);
    transform: scale(40);
    opacity: 0;
  }
}
@-ms-keyframes ripple {
  0% {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
  }
  100% {
    -webkit-transform: scale(40);
    -ms-transform: scale(40);
    -o-transform: scale(40);
    transform: scale(40);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
  }
  100% {
    -webkit-transform: scale(40);
    -ms-transform: scale(40);
    -o-transform: scale(40);
    transform: scale(40);
    opacity: 0;
  }
}
@keyframes spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  font-size: 16px;
  color: #19232d;
  font-family: "Roboto-Regular";
  background: #f6fafd;
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 192px !important;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 185px !important;
  }
}
@media (min-width: 1700px) {
  .container_1650 {
    max-width: 1650px;
  }
}
@media (min-width: 1440px) {
  .container_1400 {
    max-width: 1400px;
  }
}
@media (min-width: 1366px) {
  .container_1300 {
    max-width: 1300px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
.couponMsg {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}
.ajax_content {
  min-height: 400px;
  position: relative;
}
.ajax_content .icon.spinner {
  animation: spin-animation 1s infinite linear;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.breadcum-area {
  background: none !important;
  padding: 0;
}
.breadcum-area .breadcum-inner .breadcrumb {
  margin-bottom: 15px;
}
.breadcum-area .breadcum-inner .breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-size: 16px;
  color: #9fa6ac;
}
.breadcum-area .breadcum-inner .breadcrumb .breadcrumb-item a {
  color: #9fa6ac;
}
.breadcum-area .breadcum-inner .breadcrumb .breadcrumb-item a:hover {
  color: #ffb001;
}
.breadcum-area .breadcum-inner .breadcrumb .breadcrumb-item.active {
  font-family: "Roboto-Medium";
  color: #ffb001;
}
.breadcum-area .breadcum-inner .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 1px;
}
.breadcum-area
  .breadcum-inner
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item:before {
  padding-right: 5px;
}
.breadcum-area .breadcum-inner h3 {
  font-size: 24px;
  font-family: "Roboto-Bold";
  color: #19232d;
  margin: 0;
}
@media (max-width: 1440px) {
  .breadcum-area {
    margin-bottom: 25px;
  }
  .breadcum-area .breadcum-inner .breadcrumb .breadcrumb-item {
    font-size: 15px;
  }
  .breadcum-area .breadcum-inner h3 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .breadcum-area {
    margin-bottom: 20px;
  }
  .breadcum-area .breadcum-inner .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
  .breadcum-area .breadcum-inner h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .breadcum-area .breadcum-inner .breadcrumb {
    margin-bottom: 10px;
  }
  .breadcum-area .breadcum-inner h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .breadcum-area {
    margin-bottom: 15px;
  }
  .breadcum-area .breadcum-inner .breadcrumb {
    margin-bottom: 5px;
  }
  .breadcum-area .breadcum-inner .breadcrumb .breadcrumb-item {
    font-size: 13px;
  }
  .breadcum-area .breadcum-inner h3 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .breadcum-area .breadcum-inner .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }
}
.dropdown .dropdown-masked {
  display: block;
  position: fixed;
  box-shadow: 0 100vh 0 100vh rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.2);
  width: 100vw;
  border-width: 1px 0 0;
  border-radius: 0;
  margin-left: -1px;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dropdown.show .dropdown-masked {
  opacity: 1;
  visibility: visible;
}
.mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.mCustomScrollbar .mCSB_draggerRail {
  background: transparent;
}
.mCustomScrollbar .mCSB_dragger_bar {
  background-color: #0edeca !important;
  width: 2px !important;
  border-radius: 6px;
}
.mCustomScrollbar .mCSB_scrollTools {
  width: 9px !important;
}
.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #fff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 12px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}
.ripple-effect-dark span.ripple-overlay {
  background: #000;
  opacity: 0.07;
}
::selection {
  background-color: #0edeca;
  color: #fff;
}
::-moz-selection {
  background-color: #0edeca;
  color: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #0edeca;
}
.ui-selectmenu-menu ul {
  border: 0 !important;
  padding: 5px 0;
}
.ui-selectmenu-menu ul li .ui-menu-item-wrapper {
  font-size: 14px;
}
.ui-selectmenu-menu ul li .ui-menu-item-wrapper.ui-state-active {
  background: #0edeca;
  color: #fff;
  border: 0;
}
.contact-area .contact-list li:not(:last-child) {
  margin-bottom: 15px;
}
.site-content .shop-area {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .site-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header {
  background-color: #19232d !important;
  z-index: 80;
}
.header .rightside .without_login li:not(:last-child) {
  margin-right: 40px;
}
.header .rightside .without_login li a {
  font-size: 14px;
  color: #9fa6ac;
  font-family: "Roboto-Medium";
  text-transform: uppercase;
}
.header .rightside .without_login li a:hover {
  color: #0edeca;
}
.header .rightside .user_login .p-pic img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.header .rightside .user_login .title {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.header .rightside .user_login .dropdown-toggle {
  font-size: 14px;
  color: #9fa6ac;
  font-family: "Roboto-Medium";
}
.header .rightside .user_login .dropdown-toggle:hover {
  color: #0edeca;
}
.header .rightside .user_login .dropdown-menu {
  margin-top: 13px;
  padding: 7px 0;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
}
.header .rightside .user_login .dropdown-menu .dropdown-item {
  padding: 5px 15px;
  font-size: 13px;
}
.header .rightside .user_login .dropdown-menu .dropdown-item:hover {
  color: #0edeca;
  background-color: transparent;
}
.header .rightside .user_login .dropdown-menu:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  right: 3px;
}
.header__top {
  padding: 8px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header__top .leftside ul li {
  color: #9fa6ac;
  font-size: 14px;
  font-family: "Roboto-Regular";
}
.header__top .leftside ul li i {
  color: #0edeca;
  padding-right: 15px;
}
.header__middle {
  padding: 20px 0;
  border-top: 1px solid #283038;
  border-bottom: 1px solid #283038;
  background-color: #19232d !important;
  z-index: 10;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header__middle .leftside {
  width: calc(100% - 29%);
}
.header__middle .leftside .search {
  position: relative;
  margin-right: 12%;
}
.header__middle .leftside .search .form-control:focus {
  box-shadow: none;
  border-color: #0edeca;
}
.header__middle .leftside .search .dropdown-menu .suggestionsContainer {
  border: 0 !important;
}
.header__middle
  .leftside
  .search
  .dropdown-menu
  .suggestionsContainer
  ul
  li:hover {
  background: #0edeca;
}
.header__middle
  .leftside
  .search
  .dropdown-menu
  .suggestionsContainer
  ul
  li:hover
  a {
  color: #fff;
}
.header__middle .leftside .search .dropdown-menu .suggestionsContainer ul li a {
  transition: none;
}
.header__middle .leftside .search-categories {
  border-radius: 30px;
  border: 1px solid #353c43;
  background-color: transparent;
}
.header__middle .leftside .search-categories.focused {
  border-color: #0edeca;
}
.header__middle .leftside .search-categories.focused .btn-secondary {
  color: #0edeca;
}
.header__middle .leftside .search-categories .ui-selectmenu-button {
  background-color: transparent;
  border-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
}
.header__middle .leftside .search-categories input {
  background-color: transparent;
  width: 500px;
  padding: 12px 15px;
  border: 0;
  color: #9fa6ac;
}
.header__middle .leftside .search-categories .btn-secondary {
  background-color: transparent;
  color: #575e64;
  padding-left: 0;
  padding-right: 20px;
}
.header__middle .leftside .search-categories .btn-secondary:hover {
  color: #0edeca;
}
.header__middle
  .leftside
  .search-categories
  .btn-secondary:not(:disabled):not(.disabled):active,
.header__middle
  .leftside
  .search-categories
  .btn-secondary:not(:disabled):not(.disabled).active,
.header__middle
  .leftside
  .search-categories
  .show
  > .btn-secondary.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
  color: #575e64;
}
.header__middle .leftside .search-categories ::-webkit-input-placeholder {
  color: #0edeca;
}
.header__middle .leftside .search-categories :-moz-placeholder {
  color: #0edeca;
}
.header__middle .leftside .search-categories ::-moz-placeholder {
  color: #0edeca;
}
.header__middle .leftside .search-categories :-ms-input-placeholder {
  color: #0edeca;
}
.header__middle .leftside .search-categories .ui-selectmenu-text {
  color: #9fa6ac;
}
.header__middle .rightside ul li:not(:last-child) {
  margin-right: 20px;
}
.header__middle .rightside ul li a {
  font-size: 24px;
  color: #9fa6ac;
  position: relative;
}
.header__middle .rightside ul li a:hover {
  color: #0edeca;
}
.header__middle .rightside ul li a .count {
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background-color: #ffb001;
  font-size: 10px;
  font-family: "Roboto-Medium";
  position: absolute;
  top: -6px;
  right: -12px;
  display: block;
  border-radius: 50%;
  text-align: center;
}
.header__middle .rightside ul li a.dropdown-toggle:after {
  display: none;
}
.header__middle .rightside ul li.cart-header {
  position: relative;
}
.header__middle .rightside ul li.cart-header .shopping-cart {
  min-width: 280px;
  float: none;
  padding: 10px;
  border: 1px solid #f7f7f7;
  background: #fff;
  margin-top: 10px;
  border-top: 3px solid #0edeca;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
}
.header__middle
  .rightside
  ul
  li.cart-header
  .shopping-cart
  .shopping-cart-items {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  overflow: auto;
  max-height: 300px;
}
.header__middle
  .rightside
  ul
  li.cart-header
  .shopping-cart
  .shopping-cart-items
  li:not(:first-child) {
  border-top: 1px solid #dbdbdb;
  margin-top: 10px;
  padding-top: 10px;
}
.header__middle
  .rightside
  ul
  li.cart-header
  .shopping-cart
  .shopping-cart-items
  li:not(:last-child) {
  margin-right: 0;
}
.header__middle
  .rightside
  ul
  li.cart-header
  .shopping-cart
  .shopping-cart-items
  li
  .item-name {
  font-size: 13px;
  color: #19232d;
}
.header__middle
  .rightside
  ul
  li.cart-header
  .shopping-cart
  .shopping-cart-items
  li
  .item {
  padding-left: 85px;
  position: relative;
  min-height: 70px;
}
.header__middle
  .rightside
  ul
  li.cart-header
  .shopping-cart
  .shopping-cart-items
  li
  .item-thumb {
  position: absolute;
  left: 0;
  top: 0;
}
.header__middle
  .rightside
  ul
  li.cart-header
  .shopping-cart
  .shopping-cart-items
  li
  .item-thumb
  .icon {
  position: absolute;
  right: -5px;
  top: 0px;
  z-index: 11;
  height: 20px;
  width: 20px;
  border: 1px solid #0edeca;
  background: #fff;
  color: #0edeca;
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}
.header__middle
  .rightside
  ul
  li.cart-header
  .shopping-cart
  .shopping-cart-items
  li
  .item-thumb
  .icon
  img {
  display: none;
}
.header__middle
  .rightside
  ul
  li.cart-header
  .shopping-cart
  .shopping-cart-items
  li
  .item-thumb
  .image {
  height: 70px;
  width: 70px;
  position: relative;
  overflow: hidden;
}
.header__middle
  .rightside
  ul
  li.cart-header
  .shopping-cart
  .shopping-cart-items
  li
  .item-thumb:hover
  .icon {
  transform: scale(1);
}
.header__middle
  .rightside
  ul
  li.cart-header
  .shopping-cart.shopping-cart-empty
  .shopping-cart-items {
  margin: 0;
}
.header__middle
  .rightside
  ul
  li.cart-header
  .shopping-cart.shopping-cart-empty
  .shopping-cart-items
  li {
  padding-left: 0;
  min-height: inherit;
  margin: 0;
  color: #19232d;
}
.header__middle .rightside ul li.cart-header .tt-summary p {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  color: #19232d;
}
.header__middle .rightside ul li.cart-header .tt-summary p span {
  font-family: "Roboto-Medium";
}
.header__middle .rightside ul li.cart-header .buttons .btn {
  font-size: 13px;
  padding: 7px 15px;
}
.header__middle .rightside ul li.cart-header .buttons .btn:not(:last-child) {
  margin-right: 10px;
}
.header__middle .rightside ul li.cart-header .buttons .btn.btn-dark {
  border-color: #0edeca;
  color: #fff;
  background-color: #0edeca;
}
.header__middle .rightside ul li.cart-header .buttons .btn.btn-dark:hover,
.header__middle .rightside ul li.cart-header .buttons .btn.btn-dark:focus,
.header__middle .rightside ul li.cart-header .buttons .btn.btn-dark:active,
.header__middle
  .rightside
  ul
  li.cart-header
  .buttons
  .btn.btn-dark:not(:disabled):not(.disabled):active {
  border-color: #0cc6b4;
  outline: none;
  box-shadow: none;
  background: #15f0db;
  color: #fff;
}
.header__middle .rightside ul li.cart-header .buttons .btn.btn-secondary {
  border-color: #ffb001;
  color: #fff;
  background-color: #ffb001;
}
.header__middle .rightside ul li.cart-header .buttons .btn.btn-secondary:hover,
.header__middle .rightside ul li.cart-header .buttons .btn.btn-secondary:focus,
.header__middle .rightside ul li.cart-header .buttons .btn.btn-secondary:active,
.header__middle
  .rightside
  ul
  li.cart-header
  .buttons
  .btn.btn-secondary:not(:disabled):not(.disabled):active {
  border-color: #e79f00;
  outline: none;
  box-shadow: none;
  background: #ffb81b;
  color: #fff;
}
.header__middle .rightside .navbar-toggler {
  padding: 5px 10px;
  height: 35px;
  cursor: pointer;
}
.header__middle .rightside .navbar-toggler:hover {
  border-color: #0edeca;
}
.header__middle .rightside .toggle-menu {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s, ease-in-out;
  -o-transition: 0.5s, ease-in-out;
  transition: 0.5s, ease-in-out;
  cursor: pointer;
}
.header__middle .rightside .toggle-menu.open span {
  background: #0edeca;
}
.header__middle .rightside .toggle-menu.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}
.header__middle .rightside .toggle-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__middle .rightside .toggle-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__middle .rightside .toggle-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header__middle .rightside .toggle-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #242d36;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s, ease-in-out;
  -o-transition: 0.25s, ease-in-out;
  transition: 0.25s, ease-in-out;
}
.header__middle .rightside .toggle-menu span:nth-child(1) {
  top: 4px;
}
.header__middle .rightside .toggle-menu span:nth-child(2),
.header__middle .rightside .toggle-menu span:nth-child(3) {
  top: 10px;
}
.header__middle .rightside .toggle-menu span:nth-child(4) {
  top: 16px;
}
@media (min-width: 992px) {
  .header__bottom {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    bottom: -60px;
    width: 100%;
    background-color: #19232d;
    z-index: 9;
  }
}
.header__bottom .header__middle {
  z-index: 2;
}
.header__bottom .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__bottom .navbar-nav .nav-item:not(:last-child) {
  margin-right: 40px;
}
.header__bottom .navbar-nav .nav-item.active .nav-link {
  color: #0f0f0d;
}
.header__bottom .navbar-nav .nav-item.show .nav-link {
  color: #d5213e;
}
.header__bottom .navbar-nav .nav-link {
  font-size: 16px;
  color: #9fa6ac;
  font-family: "Roboto-Medium";
  text-transform: uppercase;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__bottom .navbar-nav .nav-link:hover,
.header__bottom .navbar-nav .nav-link:focus {
  color: #d5213e;
}
.header__bottom .mega-dropdown-menu {
  border: 0;
  border-bottom: 3px solid #0edeca !important;
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px !important;
}
.header__bottom .mega-dropdown-menu .mega-listing {
  overflow-y: auto;
  overflow-x: hidden;
}
.header__bottom .mega-dropdown-menu:before {
  content: "";
  left: 18%;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-top: 0;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
}
.header__bottom .mega-dropdown-menu:after {
  content: "";
  height: 30px;
  position: absolute;
  background: transparent;
  width: 100%;
  top: -30px;
  left: 0;
}
.header__bottom .mega-dropdown-menu > li > ul {
  margin-bottom: 15px;
}
.header__bottom .mega-dropdown-menu .dropdown-header a {
  font-family: "Roboto-Medium";
  font-size: 18px;
  position: relative;
  color: #000;
  padding-left: 10px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__bottom .mega-dropdown-menu .dropdown-header a:hover {
  color: #ffb001;
}
.header__bottom .mega-dropdown-menu .dropdown-header a:before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #ffb001;
  position: absolute;
  left: 0;
  top: 0;
}
.header__bottom .mega-dropdown-menu ul {
  margin-bottom: 20px;
  max-height: 130px;
  overflow-y: auto;
  overflow-x: hidden;
}
.header__bottom .mega-dropdown-menu ul li {
  padding-left: 10px;
}
.header__bottom .mega-dropdown-menu ul li + li {
  margin-top: 5px;
}
.header__bottom .mega-dropdown-menu ul li a {
  font: 15px "Roboto-Regular";
  color: #707070;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__bottom .mega-dropdown-menu ul li a:hover {
  color: #ffb001;
}
.header__bottom
  .mega-dropdown-menu
  .carousel
  .carousel-inner
  .carousel-item
  span.is_liked {
  color: #0edeca;
}
.header__bottom
  .mega-dropdown-menu
  .carousel
  .carousel-inner
  .carousel-item
  span
  .badge.badge-secondary {
  background: #0edeca;
}
.header__bottom
  .mega-dropdown-menu
  .carousel
  .carousel-inner
  .carousel-item
  .block
  .price {
  color: #0edeca;
}
@media (min-width: 992px) {
  .header.sticky {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  }
  .header.sticky .header__top {
    margin-top: -43px;
  }
  .header.sticky .header__bottom {
    bottom: 20px;
  }
}
@media (max-width: 1680px) {
  .header__middle .logo a {
    max-width: 120px;
    display: block;
  }
  .header__middle .leftside {
    width: calc(100% - 16%);
  }
  .header__bottom {
    bottom: -56px;
  }
  .header__bottom .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header__middle .leftside .search-categories .ui-selectmenu-button {
    width: 10em;
  }
  .header__middle .leftside .search-categories input {
    width: 260px;
  }
  .header__middle .leftside {
    width: calc(100% - 22%);
  }
  .header__bottom .mega-dropdown-menu .dropdown-header a {
    font-size: 15px;
  }
  .header__bottom .mega-dropdown-menu .carousel .carousel-item .block,
  .header__bottom .mega-dropdown-menu .carousel .carousel-item .block .price {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__bottom .mega-dropdown-menu .carousel .carousel-item .block .price {
    margin-bottom: 5px;
  }
  .header__bottom .mega-dropdown-menu li ul li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .header {
    padding-bottom: 0;
  }
  .header .rightside .without_login li:not(:last-child) {
    margin-right: 20px;
  }
  .header .rightside .without_login li a {
    font-size: 12px;
  }
  .header__top {
    padding: 5px 0;
  }
  .header__top .leftside ul li {
    font-size: 12px;
  }
  .header__middle {
    padding: 15px 0;
  }
  .header__middle .leftside {
    width: calc(100% - 20%);
  }
  .header__middle .leftside .logo a {
    max-width: 90px;
  }
  .header__middle .leftside .search-categories .ui-selectmenu-button {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }
  .header__middle .leftside .search-categories .btn-secondary {
    font-size: 12px;
  }
  .header__middle .leftside .search-categories input {
    padding: 6px 10px;
  }
  .header__middle .rightside ul li a {
    font-size: 20px;
  }
  .header__middle .rightside ul li a .count {
    min-width: 18px;
    height: 18px;
    line-height: 20px;
  }
  .header__bottom .navbar {
    padding: 5px 0;
  }
  .header__bottom .navbar-nav .nav-item:not(:last-child) {
    margin-right: 25px;
  }
  .header__bottom .navbar-nav .nav-link {
    font-size: 13px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .header__middle .leftside {
    width: calc(100% - 27%);
  }
  .header__middle .leftside .search-categories input {
    width: 170px;
  }
  .header__middle .rightside ul li.cart-header {
    margin-right: 20px !important;
  }
  .header__bottom .navbar {
    padding: 0;
  }
  .header__bottom .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0;
  }

  .header__bottom .navbar-nav .nav-link,
.header__bottom .navbar-nav .nav-link {
  color: gray;
}
.header__bottom .navbar-nav .nav-item.show .nav-link {
  color: gray;
}
}
@media (max-width: 575px) {
  .header .rightside .user_login .p-pic img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .header .rightside .user_login .dropdown-toggle {
    font-size: 13px;
  }
  .header .rightside .without_login,
  .header .rightside .user_login {
    text-align: center;
  }
  .header .rightside .without_login li:not(:last-child) {
    margin-right: 10px;
  }
  .header__top .leftside ul {
    text-align: center;
  }
  .header__top .leftside ul li i {
    padding-right: 5px;
  }
  .header__top .leftside ul li span {
    display: none;
  }
  .header__middle {
    padding: 10px 0;
  }
  .header__middle .leftside {
    width: auto;
  }
  .header__middle .leftside .logo a {
    max-width: 70px;
  }
  .header__middle .leftside .search-categories {
    width: 100%;
    border: 0;
  }

  .header__middle .leftside  .form-search {
    position: absolute;
    margin: 1vh 15vw;
  }
  .header__middle .leftside .search-categories input,
  .header__middle .leftside .search-categories .ui-selectmenu-button {
    width: 100%;
    border-radius: 30px !important;
    border: 1px solid #9fa6ac;
    padding: 10px 15px;
    height: 40px;
  }

  .header__middle .leftside .search-categories input {
    margin: 10px 0;
    position: relative;
    width: 55vw;
  }
  .header__middle .leftside .search-categories .btn-secondary {
    position: absolute;
    right: 0px;
    top: auto;
    bottom: 11px;
  }
  .header__middle .rightside {
    text-align: right;
  }
  .header__middle .rightside ul li.cart-header {
    margin-right: 0 !important;
  }
}
.footer {
  background-color: #19232d;
  margin-top: 100px;
  border-bottom: 3px solid #ffb001;
  padding-bottom: 60px;
}
.footer .news_letter {
  background-color: #0edeca;
  width: calc(100% - 31%);
  padding: 15px 60px;
  border-radius: 4px;
  top: -50px;
  position: relative;
  padding-left: calc(100% - 87%);
}
.footer .news_letter h3 {
  font-size: 30px;
  font-family: "Roboto-Medium";
  color: #fff;
  line-height: 30px;
}
.footer .news_letter p {
  font-size: 17px;
  font-family: "Roboto-Regular";
  color: #fff;
  margin-bottom: 0;
}
.footer .news_letter .input-group {
  width: 460px;
}
.footer .news_letter .input-group .form-control {
  border-radius: 3px 0 0 3px !important;
  height: 45px;
  border: 0;
  font-size: 14px;
  color: #646565;
}
.footer .news_letter .input-group ::-webkit-input-placeholder {
  color: #bbbbbb;
}
.footer .news_letter .input-group :-moz-placeholder {
  color: #bbbbbb;
}
.footer .news_letter .input-group ::-moz-placeholder {
  color: #bbbbbb;
}
.footer .news_letter .input-group :-ms-input-placeholder {
  color: #bbbbbb;
}
.footer .news_letter .input-group .btn-warning {
  font-size: 14px;
  border-radius: 0 3px 3px 0 !important;
}
.footer .footer_bottom {
  padding-top: 40px;
}
.footer .footer_bottom .menu_list {
  padding-left: 95px;
}
.footer .footer_bottom .menu_list li:not(:last-child) {
  margin-right: 40px;
}
.footer .footer_bottom .menu_list li a {
  font-size: 16px;
  font-family: "Roboto-Medium";
  color: #9fa6ac;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.footer .footer_bottom .menu_list li a:hover {
  color: #ffb001;
}
.footer .footer_bottom .content p {
  margin: 50px 0;
}
.footer .footer_bottom .copyright {
  font-size: 14px;
}
.footer .footer_bottom .social-footer h4 {
  font-size: 16px;
  color: #9fa6ac;
  font-family: "Roboto-Medium";
  margin-bottom: 10px;
}
.footer .footer_bottom .social-footer ul li:not(:last-child) {
  margin-right: 10px;
}
.footer .footer_bottom .social-footer ul li a {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer .footer_bottom .social-footer ul li a:hover {
  border-radius: 0;
}
.footer .footer_bottom .social-footer ul li:nth-of-type(1) a {
  background-color: #3b5998;
}
.footer .footer_bottom .social-footer ul li:nth-of-type(2) a {
  background-color: #55acee;
}
.footer .footer_bottom .social-footer ul li:nth-of-type(3) a {
  background-color: #6a453b;
}
.footer .footer_bottom .copyright-box {
  position: relative;
  padding-right: 100px;
}
.footer .footer_bottom .copyright-box .back-top {
  display: flex;
  width: 65px;
  font-size: 12px;
  font-family: "Roboto-Medium";
  color: #9fa6ac;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.footer .footer_bottom .copyright-box .back-top img {
  margin-left: 7px;
}
.footer .floating-top a:hover {
  background: #0edeca !important;
  border-color: #0edeca !important;
}
@media (max-width: 1680px) {
  .footer {
    padding-bottom: 40px;
  }
  .footer .footer_bottom .logo a {
    max-width: 120px;
    display: block;
  }
  .footer .footer_bottom .content p {
    font-size: 14px;
    margin: 40px 0;
  }
  .footer .footer_bottom .menu_list li a {
    font-size: 14px;
  }
  .footer .news_letter {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer .news_letter h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .footer .footer_bottom .menu_list {
    padding-left: 80px;
  }
  .footer .footer_bottom .menu_list li:not(:last-child) {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .footer {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom-width: 1px;
  }
  .footer .news_letter {
    width: 100%;
    border-radius: 0;
    top: 0;
  }
  .footer .news_letter h3 {
    font-size: 24px;
  }
  .footer .news_letter p {
    font-size: 15px;
  }
  .footer .news_letter .input-group .form-control {
    font-size: 13px;
    height: 40px;
  }
  .footer .news_letter .input-group .btn-warning {
    font-size: 13px;
  }
  .footer .social-footer {
    margin-bottom: 20px;
  }
  .footer .footer_bottom {
    padding-top: 30px;
  }
  .footer .footer_bottom .logo a {
    max-width: 90px;
  }
  .footer .footer_bottom .content p {
    font-size: 14px;
    margin: 25px 0;
  }
}
@media (max-width: 575px) {
  .footer {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .footer .logo a {
    margin-bottom: 15px;
    max-width: 70px;
  }
  .footer .news_letter {
    padding: 15px;
  }
  .footer .news_letter h3 {
    font-size: 20px;
    line-height: normal;
  }
  .footer .news_letter .content {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer .news_letter .input-group {
    width: auto;
  }
  .footer .footer_bottom .menu_list {
    padding-left: 0;
  }
  .footer .footer_bottom .menu_list li:not(:last-child) {
    margin-right: 15px;
  }
  .footer .footer_bottom .content p {
    margin: 15px 0;
  }
  .footer .social-footer {
    margin-bottom: 15px;
  }
  .footer .social-footer h4 {
    font-size: 14px;
  }
  .footer .copyright {
    margin-top: 15px;
  }
}
.btn {
  padding: 12px 25px;
  font-size: 16px;
  cursor: pointer;
  font-family: "Roboto-Medium";
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 15px;
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 13px;
  }
}
.btn.btn-warning {
  border-color: #ffb001;
  color: #fff;
  background-color: #ffb001;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning:not(:disabled):not(.disabled):active {
  border-color: #e79f00;
  outline: none;
  box-shadow: none;
  background: #ffb81b;
  color: #fff;
}
.btn.btn-primary,
.btn.btn-dark {
  border-color: #0edeca;
  color: #fff;
  background-color: #0edeca;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark:not(:disabled):not(.disabled):active {
  border-color: #0cc6b4;
  outline: none;
  box-shadow: none;
  background: #15f0db;
  color: #fff;
}
.product article {
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  background: #fff;
}
.product article:hover {
  -webkit-box-shadow: 0px 10px 10px rgba(139, 139, 139, 0.13);
  -moz-box-shadow: 0px 10px 10px rgba(139, 139, 139, 0.13);
  box-shadow: 0px 10px 10px rgba(139, 139, 139, 0.13);
}
.product article .thumb {
  margin-bottom: 15px;
}
.product article .tag {
  display: none;
}
.product article .title {
  font-size: 16px;
  color: #171819;
  font-family: "Roboto-Bold";
  min-height: inherit;
  max-height: inherit;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product article .title a {
  color: #19232d !important;
}
.product article .title a:hover {
  color: #0edeca !important;
}
.product article .price {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}
.product article .rating {
  text-align: center;
  margin-bottom: 23px;
}
.product article .rating i {
  color: #cfcfcf;
  font-size: 18px;
}
.product article .rating i:not(:last-child) {
  margin-right: 4px;
}
.product article .rating i.active {
  color: #fcd44f;
}
.product article .product-hover {
  position: relative;
  opacity: 1;
  padding: 25px 0px 15px;
  display: flex;
  height: auto;
  z-index: 1;
  justify-content: center;
}
.product article .product-hover:after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: calc(100% + 18px);
  left: -9px;
  background: #f7f7f7;
}
.product article .product-hover .buttons {
  position: static;
  width: auto;
  display: inline-block;
  border: 1;
  margin-right: 12px;
}
.product article .product-hover .buttons .btn {
  border-color: #0edeca;
  color: #fff;
  background-color: #0edeca;
  font-size: 14px;
  min-width: 188px;
}
.product article .product-hover .buttons .btn:hover,
.product article .product-hover .buttons .btn:focus,
.product article .product-hover .buttons .btn:active,
.product
  article
  .product-hover
  .buttons
  .btn:not(:disabled):not(.disabled):active {
  border-color: #0cc6b4;
  outline: none;
  box-shadow: none;
  background: #15f0db;
  color: #fff;
}
.product article .product-hover .icons {
  display: inline-flex;
  order: 2;
}
.product article .product-hover .icons .fa-eye {
  display: none;
}
.product article .product-hover .icons .icon-liked i,
.product article .product-hover .icons .icon-liked span {
  border-radius: 0 !important;
  color: #e6e6e6 !important;
  border-color: #e6e6e6;
  font-size: 22px;
  background: transparent;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product article .product-hover .icons .icon-liked i.fa-heart,
.product article .product-hover .icons .icon-liked i:hover,
.product article .product-hover .icons .icon-liked span.fa-heart,
.product article .product-hover .icons .icon-liked span:hover {
  color: #ffb001 !important;
  background: transparent;
  border-color: #ffb001;
}
.product article .product-hover .icons .icon-liked i.icon-cross,
.product article .product-hover .icons .icon-liked span.icon-cross {
  font-size: 17px;
}
.product article .product-hover .icons .icon-liked .badge {
  display: none;
}
.product article .block-panel .block-inner {
  height: auto !important;
}
@media (max-width: 1440px) {
  .product article .rating {
    margin-bottom: 20px;
  }
  .product article .thumb {
    height: 140px;
  }
  .product article .product-hover {
    padding: 20px 10px 10px;
  }
  .product article .product-hover .buttons {
    margin-right: 8px;
  }
  .product article .product-hover .buttons .btn {
    min-width: 135px;
  }
}
@media (max-width: 1199px) {
  .product article .title {
    font-size: 15px;
  }
  .product article .price {
    font-size: 15px;
  }
  .product article .product-hover .icons .icon-liked i,
  .product article .product-hover .icons .icon-liked span {
    font-size: 18px;
    height: 41px;
    width: 41px;
  }
  .product article .product-hover .icons .icon-liked i.icon-cross,
  .product article .product-hover .icons .icon-liked span.icon-cross {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .product article .rating {
    margin-bottom: 15px;
  }
  .product article .rating i {
    font-size: 16px;
  }
  .product article .product-hover {
    padding: 15px 0px 6px;
  }
}
@media (max-width: 767px) {
  .product article .title {
    font-size: 13px;
  }
  .product article .price {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .product article .rating {
    margin-bottom: 10px;
  }
  .product article .rating i {
    font-size: 14px;
  }
  .product article .product-hover .icons .icon-liked i,
  .product article .product-hover .icons .icon-liked span {
    font-size: 16px;
    height: 39px;
    width: 39px;
  }
  .product article .product-hover .icons .icon-liked i.icon-cross,
  .product article .product-hover .icons .icon-liked span.icon-cross {
    font-size: 15px;
  }
  .product article .product-hover .buttons .btn {
    min-width: 105px;
    font-size: 13px;
    padding: 10px 12px;
  }
}
@media (max-width: 575px) {
  .product article .product-hover .icons .icon-liked i,
  .product article .product-hover .icons .icon-liked span {
    font-size: 15px;
    height: 34px;
    width: 34px;
  }
  .product article .product-hover .icons .icon-liked i.icon-cross,
  .product article .product-hover .icons .icon-liked span.icon-cross {
    font-size: 14px;
  }
  .product article .product-hover .buttons .btn {
    min-width: 90px;
    font-size: 12px;
    padding: 8px 10px;
  }
}
.form-group {
  margin-bottom: 25px;
}
.form-group label {
  font-family: "Roboto-Regular";
  color: #19232d;
  font-size: 16px;
}
.form-group .form-control {
  border: 1px solid #ebebeb;
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #19232d;
  background-color: #fcfcfc;
  padding: 10px 15px;
  height: 48px;
}
.form-group .form-control:focus {
  box-shadow: none;
  border-color: #0edeca;
}
.form-group select:not([size]):not([multiple]) {
  height: 48px;
}
.form-group textarea.form-control {
  height: auto;
}
.form-group ::-webkit-input-placeholder {
  color: #9fa6ac;
  font-family: "RobotoLight";
}
.form-group :-moz-placeholder {
  color: #9fa6ac;
  font-family: "RobotoLight";
}
.form-group ::-moz-placeholder {
  color: #9fa6ac;
  font-family: "RobotoLight";
}
.form-group :-ms-input-placeholder {
  color: #9fa6ac;
  font-family: "RobotoLight";
}
@media (max-width: 1199px) {
  .form-group {
    margin-bottom: 20px;
  }
  .form-group label {
    font-size: 15px;
  }
  .form-group .form-control {
    height: 45px;
  }
  .form-group select:not([size]):not([multiple]) {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 15px;
  }
  .form-group label {
    font-size: 14px;
  }
  .form-group .form-control {
    height: 40px;
  }
  .form-group .form-control:not([size]):not([multiple]) {
    height: 40px;
  }
  .form-group select:not([size]):not([multiple]) {
    height: 40px;
  }
}
.custom-checkbox,
.custom-radio {
  margin-top: 0px;
  padding-left: 0;
}
.custom-checkbox.custom-control-inline:last-child,
.custom-radio.custom-control-inline:last-child {
  margin-right: 0;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before,
.custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-checkbox.interactive-effect .custom-control-label:after,
.custom-radio.interactive-effect .custom-control-label:after {
  animation: radius-shadow 0.4s;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after,
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  border-color: #ffb001;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #ffb001 !important;
  border-radius: 3px;
  background: transparent !important;
}
.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
  cursor: pointer;
  color: #19232d !important;
  position: initial;
  padding-left: 27px;
  font-family: "Roboto-Regular";
  font-size: 15px;
}
.custom-checkbox .custom-control-label:before,
.custom-radio .custom-control-label:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 2px;
  background: transparent;
  top: 2px;
  border: 2px solid #19232d !important;
  cursor: pointer;
  transition: all 0.3s;
}
.custom-checkbox .custom-control-label:after,
.custom-radio .custom-control-label:after {
  background-image: none;
  transition: all 0.3s;
  top: 7px;
  left: 5px;
  font-size: 9px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(-49deg);
  height: 6px;
  width: 10px;
}
.custom-checkbox.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label:after,
.custom-radio.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background-color: #ffb001;
  background-image: none;
  border: 0;
  height: 7px;
  width: 7px;
  left: 5px;
  border-radius: 50%;
  top: 9px;
  transform: translate(0);
}
.custom-checkbox.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label:before,
.custom-radio.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label:before {
  border-color: #ffb001;
  border-radius: 50%;
  background-color: transparent;
}
.custom-checkbox.custom-radio .custom-control-label:before,
.custom-checkbox.custom-radio .custom-control-label:after,
.custom-radio.custom-radio .custom-control-label:before,
.custom-radio.custom-radio .custom-control-label:after {
  border-radius: 50%;
}
.custom-checkbox.custom-radio .custom-control-label:before,
.custom-radio.custom-radio .custom-control-label:before {
  height: 17px;
  width: 17px;
  top: 4px;
}
.custom-checkbox.custom-radio .custom-control-label:after,
.custom-radio.custom-radio .custom-control-label:after {
  width: 7px;
  height: 7px;
  background-color: transparent;
  left: 5px;
  top: 9px;
}
@media (max-width: 991px) {
  .custom-checkbox .custom-control-label,
  .custom-radio .custom-control-label {
    font-size: 14px;
    padding-left: 25px;
  }
  .custom-checkbox .custom-control-label:before,
  .custom-radio .custom-control-label:before {
    width: 17px;
    height: 17px;
    top: 2px;
  }
  .custom-checkbox .custom-control-label:after,
  .custom-radio .custom-control-label:after {
    left: 4px;
    top: 7px;
    height: 5px;
    width: 9px;
  }
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: transparent;
}
@media (max-width: 1199px) {
  .form-validate .form-group {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .form-validate .form-group {
    margin-bottom: 15px;
  }
}
.site-content .shop-area .common-filters {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  background: #fff;
  border-radius: 3px;
}
.site-content .shop-area .common-filters .card {
  border: 0;
  padding: 15px 0;
  margin-bottom: 0;
}
.site-content .shop-area .common-filters .card .block {
  padding: 0 22px !important;
}
.site-content .shop-area .common-filters .card .block:not(:last-child) {
  margin-bottom: 30px;
}
.site-content .shop-area .common-filters .card .block .card-title {
  font-size: 20px;
  font-family: "Roboto-Bold";
  color: #19232d;
  position: relative;
  margin-bottom: 15px;
}
.site-content .shop-area .common-filters .card .block .card-title:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 3px;
  background: #ffb001;
  top: 0;
  left: -22px;
}
.site-content .shop-area .common-filters .card .block .card-body {
  padding-bottom: 0;
  border: 0;
}
.site-content .shop-area .common-filters .card .block .card-body .ui-slider {
  height: 6px !important;
  background: #e6f8f6;
  border: 0;
  margin-top: 30px !important;
}
.site-content
  .shop-area
  .common-filters
  .card
  .block
  .card-body
  .ui-slider
  .ui-slider-range {
  background: #0edeca;
}
.site-content
  .shop-area
  .common-filters
  .card
  .block
  .card-body
  .ui-slider
  .ui-slider-handle {
  height: 18px;
  width: 18px;
  background: #0edeca !important;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  border: 3px solid #fff !important;
}
.site-content
  .shop-area
  .common-filters
  .card
  .block
  .card-body
  #slider-values {
  color: #69737e;
  margin-top: 25px;
}
.site-content
  .shop-area
  .common-filters
  .card
  .block
  .card-body
  #slider-values
  .slider-value-0,
.site-content
  .shop-area
  .common-filters
  .card
  .block
  .card-body
  #slider-values
  .slider-value-1 {
  width: 50%;
}
.site-content
  .shop-area
  .common-filters
  .card
  .block
  .card-body
  #slider-values
  input {
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(114, 124, 135, 0.36);
  font-size: 16px;
  color: #69737e;
  width: 100%;
}
.site-content .shop-area .common-filters .card .block .card-body .list {
  max-height: 190px;
}
.site-content
  .shop-area
  .common-filters
  .card
  .block
  .card-body
  .list
  li
  input[type="checkbox"] {
  z-index: 1;
}
.site-content
  .shop-area
  .common-filters
  .card
  .block
  .card-body
  .list
  li
  .custom-checkbox
  .custom-control-label {
  padding-left: 30px;
  color: #000;
}
.site-content .shop-area .common-filters .card .block .card-body .list li + li {
  margin-top: 15px !important;
}
.site-content .shop-area .common-filters .card .collapse .categories {
  background: transparent;
  border: 0;
}
.site-content
  .shop-area
  .common-filters
  .card
  .collapse
  .categories
  .collapse
  .navbar-nav {
  max-height: 300px;
  overflow: auto;
}
.site-content
  .shop-area
  .common-filters
  .card
  .collapse
  .categories
  .collapse
  .navbar-nav
  li {
  position: relative;
}
.site-content
  .shop-area
  .common-filters
  .card
  .collapse
  .categories
  .collapse
  .navbar-nav
  li
  a {
  font-size: 14px;
  color: #000 !important;
  border: 0;
  background: transparent;
  padding: 10px 0;
  text-transform: uppercase !important;
  padding-right: 25px;
}
.site-content
  .shop-area
  .common-filters
  .card
  .collapse
  .categories
  .collapse
  .navbar-nav
  li
  a:hover {
  color: #0edeca !important;
}
.site-content
  .shop-area
  .common-filters
  .card
  .collapse
  .categories
  .collapse
  .navbar-nav
  li:hover
  .nav-link {
  color: #0edeca !important;
}
.site-content
  .shop-area
  .common-filters
  .card
  .collapse
  .categories
  .collapse
  .navbar-nav
  li:hover
  i {
  color: #0edeca;
}
.site-content
  .shop-area
  .common-filters
  .card
  .collapse
  .categories
  .collapse
  .navbar-nav
  li
  i {
  right: 7px;
  top: 11px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
}
.site-content
  .shop-area
  .common-filters
  .card
  .collapse
  .categories
  .collapse
  .navbar-nav
  li
  .dropdown-menu {
  position: static;
  border: 0;
  padding-left: 10px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}
.site-content
  .shop-area
  .common-filters
  .card
  .collapse
  .categories
  .collapse
  .navbar-nav
  li
  .dropdown-menu
  li
  a {
  padding: 8px 0;
  padding-right: 0;
}
.site-content
  .shop-area
  .common-filters
  .card
  .collapse
  .categories
  .collapse
  .navbar-nav
  li
  .dropdown-menu.show {
  max-height: 400px;
}
.site-content
  .shop-area
  .common-filters
  .card
  .collapse
  .categories
  .collapse
  .navbar-nav
  li.show
  i:before {
  content: "\e9b8";
}
.site-content .shop-area .common-filters .button {
  padding: 20px 22px;
}
@media (max-width: 1199px) {
  .site-content .shop-area .common-filters .card .block {
    padding: 0 15px !important;
  }
  .site-content .shop-area .common-filters .card .block:not(:last-child) {
    margin-bottom: 20px;
  }
  .site-content .shop-area .common-filters .card .block .card-title {
    font-size: 18px;
  }
  .site-content .shop-area .common-filters .card .block .card-title:after {
    left: -15px;
    height: 28px;
  }
  .site-content .shop-area .common-filters .card .collapse .categories {
    margin-top: 15px;
  }
  .site-content
    .shop-area
    .common-filters
    .card
    .collapse
    .categories
    .collapse
    .navbar-nav
    li
    a {
    padding: 7px 0;
    font-size: 13px;
    padding-right: 20px;
  }
  .site-content
    .shop-area
    .common-filters
    .card
    .collapse
    .categories
    .collapse
    .navbar-nav
    li
    i {
    right: 4px;
    top: 8px;
  }
  .site-content
    .shop-area
    .common-filters
    .card
    .collapse
    .categories
    .collapse
    .navbar-nav
    li
    .dropdown-menu
    li
    a {
    padding: 6px 0;
    padding-right: 0;
  }
  .site-content .shop-area .common-filters .card.accordion-card {
    padding-bottom: 0;
  }
  .site-content .shop-area .common-filters .button {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .site-content .shop-area .common-filters .card .block {
    padding: 0 15px !important;
  }
  .site-content .shop-area .common-filters .card .block .card-title {
    font-size: 16px;
  }
  .site-content
    .shop-area
    .common-filters
    .card
    .block
    .card-body
    .list
    li
    .custom-checkbox
    .custom-control-label {
    padding-left: 25px;
  }
  .site-content
    .shop-area
    .common-filters
    .card
    .block
    .card-body
    .list
    li
    + li {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .site-content .shop-area .common-filters {
    position: fixed;
    left: -100%;
    height: 100%;
    z-index: 111;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    padding-right: 0 !important;
  }
  .site-content .shop-area .common-filters .card .block:not(:last-child) {
    margin-bottom: 15px;
  }
  .site-content .shop-area .common-filters .card .block .card-title {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .site-content .shop-area .common-filters.show-filter {
    left: 0;
  }
  .site-content .shop-area .common-filters.show-filter .filter-btn i:before {
    content: "\e90f";
  }
  .site-content .shop-area .common-filters .filter-close {
    padding: 12px 15px 10px;
    background: #0edeca;
  }
  .site-content .shop-area .common-filters .filter-close a {
    color: #fff;
  }
  .site-content .shop-area .common-filters .filter-close a i {
    margin-right: 5px;
  }
  .site-content .shop-area .common-filters .filter-body {
    height: 100%;
    overflow: auto;
    padding-bottom: 20px;
  }
  .site-content .shop-area .common-filters .button .btn {
    width: auto;
  }
}
.table-responsive table thead th {
  color: #fff;
  padding: 13px 20px;
  border: 0;
  font-size: 14px !important;
  background: #0edeca;
  font-family: "Roboto-Medium";
  font-weight: normal;
  border-bottom: 0;
}
.table-responsive table tbody + tbody {
  border-top: 0;
}
.table-responsive table tbody th {
  padding: 13px 20px;
  font-family: "Roboto-Medium";
  font-weight: normal;
  font-size: 14px !important;
}
.table-responsive table tbody td {
  color: #19232d;
  padding: 13px 20px;
  font-size: 15px;
  border-color: #dee2e6;
  vertical-align: middle;
}
.table-responsive table tbody td .title {
  color: #19232d !important;
  max-width: 300px;
  margin-bottom: 10px !important;
}
.table-responsive table tbody td .title:hover {
  color: #0edeca !important;
}
.table-responsive table tbody td.price span,
.table-responsive table tbody td.subtotal span {
  font-size: 16px;
}
.table-responsive table tbody td.buttons {
  padding-bottom: 13px;
}
.table-responsive table tbody td.buttons a {
  font-size: 14px;
  color: #19232d;
}
.table-responsive table tbody td.buttons a:not(:last-child) {
  margin-right: 8px;
}
.table-responsive table tbody td.buttons a:hover {
  color: #0edeca;
}
.table-responsive table tbody td.Qty .input-group {
  justify-content: flex-start;
}
.table-responsive table tbody td.Qty .input-group .input-group-btn {
  border-color: #e4e4e4;
}
.table-responsive table tbody td.Qty .input-group input {
  background: #f5f5f5;
  border-color: #e4e4e4;
  border-width: 1px 0;
}
.table-responsive table tbody td.item .product-item {
  display: flex;
}
.table-responsive table.without-padding thead th {
  padding-left: 0;
  padding-right: 0;
}
.table-responsive table.without-padding tbody td,
.table-responsive table.without-padding tbody th {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .table-responsive table thead th {
    font-size: 13px !important;
    white-space: nowrap;
    padding: 10px 15px;
  }
  .table-responsive table tbody th {
    padding: 10px 15px;
    font-size: 13px !important;
  }
  .table-responsive table tbody td {
    padding: 10px 15px;
    font-size: 14px;
  }
  .table-responsive table tbody td.price span,
  .table-responsive table tbody td.subtotal span {
    font-size: 14px;
  }
  .table-responsive table tbody td.Qty {
    min-width: 130px;
  }
}
@media (max-width: 991px) {
  .table-responsive table thead th {
    padding: 10px;
  }
  .table-responsive table tbody th {
    padding: 10px;
  }
  .table-responsive table tbody td {
    padding: 10px;
  }
}
.modal .modal-header {
  padding: 30px 30px 0;
  border: 0px;
}
.modal .modal-header .close {
  position: absolute;
  right: 0px;
  background-color: #fff;
  height: 40px;
  width: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
  top: 0px;
  opacity: 1;
  border-radius: 50%;
  line-height: 0px;
  cursor: pointer;
  z-index: 5;
  color: #a3a3a3;
  font-size: 22px;
  padding: 0;
}
.modal .modal-header .close i {
  transition: all 0.5s;
  font-size: 18px;
}
.modal .modal-header .close:hover {
  opacity: 1;
}
.modal .modal-header .close:hover i {
  color: #0edeca;
}
.modal .modal-header h4 {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  font-family: "Roboto-Medium";
}
@media (max-width: 1199px) {
  .modal .modal-header {
    padding: 25px 25px 0;
  }
  .modal .modal-header .close {
    width: 30px;
    height: 30px;
    font-size: 20px;
    right: 5px;
    top: 5px;
  }
  .modal .modal-header h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .modal .modal-header {
    padding: 15px 15px 0;
  }
  .modal .modal-header .close {
    right: 10px;
  }
  .modal .modal-header h4 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .modal .modal-header .close {
    right: 10px;
    width: 25px;
    height: 25px;
    top: 10px;
  }
}
.modal .modal-body {
  padding: 30px;
}
.modal .modal-body .container-lg .example {
  box-shadow: none;
  padding: 0;
  min-height: inherit;
}
.modal .modal-body .container-lg .example .btn.btn-dark {
  background: #0edeca;
  border-color: #0edeca;
}
@media (max-width: 1199px) {
  .modal .modal-body {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .modal .modal-body {
    padding: 15px;
  }
}
.home-banner .carousel .carousel-control-next,
.home-banner .carousel .carousel-control-prev {
  background: #0edeca;
  right: 0;
  bottom: 0;
  top: auto;
  transform: translate(0);
  border-radius: 10px 0 0;
  height: 100px;
  width: 110px;
  flex-direction: column;
  opacity: 1;
}
.home-banner .carousel .carousel-control-next span,
.home-banner .carousel .carousel-control-prev span {
  font-size: 17px;
}
.home-banner .carousel .carousel-control-next .sr-only,
.home-banner .carousel .carousel-control-prev .sr-only {
  position: static;
  height: auto;
  width: auto;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Roboto-Bold";
  margin-top: 12px;
}
.home-banner .carousel .carousel-control-next:hover,
.home-banner .carousel .carousel-control-prev:hover {
  background: #ffb001;
}
.home-banner .carousel .carousel-control-prev {
  left: 0;
  right: auto;
  border-radius: 0 10px 0 0;
}
.home-banner .carousel .carousel-indicators {
  justify-content: left;
  bottom: 33px;
}
.home-banner .carousel .carousel-indicators li {
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
}
.home-banner .carousel .carousel-indicators li:not(:last-child) {
  margin-right: 12px;
}
.home-banner .carousel .carousel-indicators li.active,
.home-banner .carousel .carousel-indicators li:hover {
  background: #0edeca;
}
.home-banner .carousel .carousel-inner .carousel-item:after {
  content: "";
  position: absolute;
  background: rgba(25, 35, 45, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-banner .carousel .carousel-inner .carousel-item img {
  height: auto;
}
.home-banner .carousel .carousel-inner .carousel-item .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  padding-top: 130px;
  z-index: 1;
  color: #fff;
}
.home-banner
  .carousel
  .carousel-inner
  .carousel-item
  .banner-content
  .banner-main-head,
.home-banner .carousel .carousel-inner .carousel-item .banner-content h1 {
  font-family: "coolveticarg";
  font-size: 83px;
  margin-bottom: 30px;
  color: #fff;
}
.home-banner
  .carousel
  .carousel-inner
  .carousel-item
  .banner-content
  .banner-sub-head,
.home-banner .carousel .carousel-inner .carousel-item .banner-content p {
  font-family: "Roboto-Regular";
  font-size: 20px;
  margin-bottom: 50px;
  color: #fff;
}
@media (min-width: 1600px) {
  .home-banner
    .carousel
    .carousel-inner
    .carousel-item
    .banner-content
    .banner-sub-head,
  .home-banner .carousel .carousel-inner .carousel-item .banner-content p {
    line-height: 30px;
  }
}
.home-banner
  .carousel
  .carousel-inner
  .carousel-item
  .banner-content
  .btn-row
  .btn {
  padding: 16px 25px;
  min-width: 200px;
}
.home-banner
  .carousel
  .carousel-inner
  .carousel-item
  .banner-content
  .btn-row
  .btn:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1440px) {
  .home-banner .carousel .carousel-control-next,
  .home-banner .carousel .carousel-control-prev {
    height: 70px;
    width: 80px;
  }
  .home-banner .carousel .carousel-control-next span,
  .home-banner .carousel .carousel-control-prev span {
    font-size: 14px;
  }
  .home-banner .carousel .carousel-control-next .sr-only,
  .home-banner .carousel .carousel-control-prev .sr-only {
    font-size: 12px;
    margin-top: 8px;
  }
  .home-banner .carousel .carousel-inner .carousel-item {
    perspective: 700px;
  }
  .home-banner
    .carousel
    .carousel-inner
    .carousel-item
    .banner-content
    .banner-main-head,
  .home-banner .carousel .carousel-inner .carousel-item .banner-content h1 {
    font-size: 54px;
    margin-bottom: 20px;
  }
  .home-banner
    .carousel
    .carousel-inner
    .carousel-item
    .banner-content
    .banner-sub-head,
  .home-banner .carousel .carousel-inner .carousel-item .banner-content p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .home-banner
    .carousel
    .carousel-inner
    .carousel-item
    .banner-content
    .btn-row
    .btn {
    padding: 14px 25px;
    min-width: 170px;
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .home-banner .carousel .carousel-inner .carousel-item {
    perspective: 500px;
  }
  .home-banner .carousel .carousel-inner .carousel-item .banner-content {
    padding-top: 70px;
  }
  .home-banner
    .carousel
    .carousel-inner
    .carousel-item
    .banner-content
    .banner-main-head,
  .home-banner .carousel .carousel-inner .carousel-item .banner-content h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .home-banner
    .carousel
    .carousel-inner
    .carousel-item
    .banner-content
    .banner-sub-head,
  .home-banner .carousel .carousel-inner .carousel-item .banner-content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .home-banner
    .carousel
    .carousel-inner
    .carousel-item
    .banner-content
    .btn-row
    .btn {
    padding: 12px 20px;
    min-width: 140px;
    font-size: 15px;
  }
  .home-banner
    .carousel
    .carousel-inner
    .carousel-item
    .banner-content
    .btn-row
    .btn:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .home-banner .carousel {
    margin-top: 0;
  }
  .home-banner .carousel .carousel-control-next,
  .home-banner .carousel .carousel-control-prev {
    height: 50px;
    width: 60px;
  }
  .home-banner .carousel .carousel-control-next span,
  .home-banner .carousel .carousel-control-prev span {
    font-size: 12px;
  }
  .home-banner .carousel .carousel-control-next .sr-only,
  .home-banner .carousel .carousel-control-prev .sr-only {
    font-size: 10px;
    margin-top: 5px;
  }
  .home-banner .carousel .carousel-indicators {
    bottom: 14px;
  }
  .home-banner .carousel .carousel-inner .carousel-item .banner-content {
    padding-top: 60px;
  }
  .home-banner
    .carousel
    .carousel-inner
    .carousel-item
    .banner-content
    .banner-main-head,
  .home-banner .carousel .carousel-inner .carousel-item .banner-content h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .home-banner
    .carousel
    .carousel-inner
    .carousel-item
    .banner-content
    .banner-sub-head,
  .home-banner .carousel .carousel-inner .carousel-item .banner-content p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .home-banner
    .carousel
    .carousel-inner
    .carousel-item
    .banner-content
    .btn-row
    .btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .home-banner .carousel .carousel-inner .carousel-item .banner-content {
    padding-top: 80px;
  }
  .home-banner
    .carousel
    .carousel-inner
    .carousel-item
    .banner-content
    .banner-main-head,
  .home-banner .carousel .carousel-inner .carousel-item .banner-content h1 {
    font-size: 22px;
  }
  .home-banner
    .carousel
    .carousel-inner
    .carousel-item
    .banner-content
    .banner-sub-head,
  .home-banner .carousel .carousel-inner .carousel-item .banner-content p {
    font-size: 14px;
  }
  .home-banner
    .carousel
    .carousel-inner
    .carousel-item
    .banner-content
    .btn-row
    .btn {
    padding: 8px 20px;
    min-width: 105px;
  }
}
@media (max-width: 575px) {
  .home-banner .carousel .carousel-indicators {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    bottom: 0;
  }
  .home-banner .carousel .carousel-indicators li {
    width: 6px;
    height: 6px;
  }
  .home-banner .carousel .carousel-indicators li:not(:last-child) {
    margin-right: 7px;
  }
  .home-banner .carousel .carousel-inner .carousel-item img {
    height: 240px;
  }
  .home-banner .carousel .carousel-inner .carousel-item .banner-content {
    text-align: center;
    padding-top: 40px;
  }
  .home-banner .carousel .carousel-control-next .sr-only,
  .home-banner .carousel .carousel-control-prev .sr-only {
    display: none;
  }
  .home-banner .carousel .carousel-control-next,
  .home-banner .carousel .carousel-control-prev {
    height: 40px;
    width: 50px;
  }
}
.products-content .product {
  margin-bottom: 20px;
}
.products-area {
  padding-bottom: 0;
}
.products-area.product-list .view_all {
  width: 100%;
  margin: 15px 0 30px;
}
.products-area.product-list .view_all a {
  font-size: 14px;
  font-family: "Roboto-Medium";
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  padding: 12px 40px;
  display: inline-block;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
  text-transform: uppercase;
  border-radius: 3px;
}
.products-area.product-list .view_all a:hover {
  background-color: #0edeca;
  color: #fff;
}
.products-area .tab-content .owl-carousel .owl-stage-outer .owl-stage {
  height: auto;
}
@media (max-width: 1199px) {
  .products-area {
    padding-top: 10px;
  }
}
@media (max-width: 575px) {
  .products-area.product-list .view_all a {
    font-size: 12px;
    padding: 10px 30px;
  }
}
.comn_section .heading {
  text-align: center;
}
.comn_section .heading h2 {
  color: #000;
  font-size: 30px;
  font-family: "Roboto-Bold";
  margin-bottom: 10px;
}
.comn_section .heading p {
  color: #545454;
  font-size: 15px;
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .comn_section .heading {
    width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .comn_section .heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 1399px) {
  .comn_section .heading h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .comn_section .heading h2 {
    font-size: 22px;
  }
  .comn_section .heading p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .comn_section .heading {
    margin-bottom: 20px;
  }
  .comn_section .heading h2 {
    font-size: 18px;
  }
  .comn_section .heading p {
    font-size: 13px;
  }
}
.category-section {
  padding-bottom: 15px;
}
.category-section .product {
  width: 33.33%;
}
.category-section .product article {
  text-align: center;
  padding: 25px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.category-section .product article:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: -webkit-transform 1.8s;
  transition: -webkit-transform 1.8s;
  -o-transition: transform 1.8s;
  transition: transform 1.8s;
  transition: transform 1.8s, -webkit-transform 1.8s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -200%, 0);
}
.category-section .product article:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 200%, 0);
}
.category-section .product:hover article {
  box-shadow: none;
}
.category-section .product .blog-post .module .cat-title {
  font-size: 24px;
  font-family: "Roboto-Medium";
  color: #fff;
  margin-top: 20px;
}
.category-section .product .blog-post .module .cat-thumb:hover img {
  opacity: 1;
}
.category-section .product:nth-of-type(1) article {
  background-color: #ded8d6;
}
.category-section .product:nth-of-type(2) article {
  background-color: #c2dfe5;
}
.category-section .product:nth-of-type(3) article {
  background-color: #dce0e4;
}
.category-section .product:nth-of-type(4) article {
  background-color: #f3e4ca;
}
.category-section .product:nth-of-type(5) article {
  background-color: #caced0;
}
.category-section .product:nth-of-type(6) article {
  background-color: #c1d9cf;
}
@media (max-width: 1399px) {
  .category-section {
    padding-bottom: 0px;
  }
  .category-section .product article {
    padding: 20px;
  }
  .category-section .product .blog-post .module .cat-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .category-section .product article {
    padding: 15px;
  }
  .category-section .product .blog-post .module .cat-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .category-section .product article {
    padding: 8px;
  }
  .category-section .product .blog-post .module .cat-thumb {
    height: 185px;
  }
  .category-section .product .blog-post .module .cat-title {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .category-section .product {
    width: 50%;
  }
  .category-section .product .blog-post .module .cat-thumb {
    height: 165px;
  }
  .category-section .product .blog-post .module .cat-title {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .category-section .product {
    width: 100%;
  }
}
.policy_list {
  background-color: transparent;
}
.policy_list .banner-single {
  border-right: 0px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #f3f3f3;
  padding: 18px 20px;
  justify-content: flex-start;
}
.policy_list .banner-single .panel {
  display: flex;
  align-items: center;
}
.policy_list .banner-single .panel h3 {
  color: #000;
  display: flex;
  height: 77px;
  width: 77px;
  border-radius: 3px;
  border: 1px solid #f3f3f3;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 0px;
}
.policy_list .banner-single .panel h3 i {
  font-size: 33px;
  color: #ffb001;
}
.policy_list .banner-single .panel h3 i.icon-return {
  font-size: 38px;
}
.policy_list .banner-single .panel .block {
  text-align: left;
}
.policy_list .banner-single .panel .block .title {
  color: #000;
  font-family: "Roboto-Medium";
  font-size: 18px;
}
.policy_list .banner-single .panel .block p {
  color: #545454;
  font-size: 15px;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .policy_list {
    padding-bottom: 15px;
  }
  .policy_list .banner-single .panel h3 {
    height: 65px;
    width: 65px;
  }
  .policy_list .banner-single .panel h3 i {
    font-size: 26px;
  }
  .policy_list .banner-single .panel h3 i.icon-return {
    font-size: 31px;
  }
  .policy_list .banner-single .panel .block .title {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .policy_list .banner-single {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .policy_list .banner-single .panel .block .title {
    font-size: 14px;
  }
  .policy_list .banner-single .panel .block p {
    font-size: 13px;
  }
}
.support_team-list {
  padding-top: 20px;
  color: #000;
}
.support_team-list .slider {
  background-color: #fff;
  padding: 30px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}
.support_team-list .slider .owl-carousel {
  position: inherit;
}
.support_team-list .slider .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.support_team-list .slider .owl-carousel .owl-item {
  display: inline-block;
  vertical-align: middle;
}
.support_team-list .slider .owl-carousel .owl-item .img-box img {
  width: auto;
  vertical-align: middle;
  margin: auto;
}
.support_team-list .slider .owl-nav .owl-prev,
.support_team-list .slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  border: 1px solid #efefef;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d2d2d2;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.support_team-list .slider .owl-nav .owl-prev.disabled,
.support_team-list .slider .owl-nav .owl-next.disabled {
  cursor: default;
}
.support_team-list .slider .owl-nav .owl-prev:hover,
.support_team-list .slider .owl-nav .owl-next:hover {
  background-color: #0edeca;
  border-color: #0edeca;
  color: #fff;
}
.support_team-list .slider .owl-nav .owl-prev i,
.support_team-list .slider .owl-nav .owl-next i {
  font-family: "icomoon" !important;
}
.support_team-list .slider .owl-nav .owl-prev {
  left: -60px;
}
.support_team-list .slider .owl-nav .owl-prev i:before {
  content: "\e910";
}
.support_team-list .slider .owl-nav .owl-next {
  right: -60px;
}
.support_team-list .slider .owl-nav .owl-next i:before {
  content: "\e90b";
}
@media (max-width: 991px) {
  .support_team-list {
    padding: 10px 30px 0;
  }
  .support_team-list .slider .owl-nav .owl-prev,
  .support_team-list .slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .support_team-list {
    padding: 10px 20px 0;
  }
  .support_team-list .slider .owl-nav .owl-prev {
    left: -50px;
  }
  .support_team-list .slider .owl-nav .owl-next {
    right: -50px;
  }
  .support_team-list .slider .owl-nav .owl-prev,
  .support_team-list .slider .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
}
.login-page {
  background: #f6fafd;
}
.login-page .tagline {
  font-size: 20px;
  font-family: "Roboto-Bold";
  color: #19232d;
  line-height: 28px;
}
.login-page .container {
  max-width: 500px;
  margin: 70px auto;
  padding: 0;
  position: relative;
}
.login-page .container .registration-area {
  background: #fff;
  padding: 40px;
  height: auto;
  z-index: 1;
  position: relative;
  min-height: inherit;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  margin-bottom: 0;
}
.login-page .container .registration-area .heading h2 {
  color: #19232d;
  font-size: 30px;
  font-family: "RobotoBlack";
  margin-bottom: 10px;
  position: relative;
}
.login-page .container .registration-area .heading h2:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 44px;
  background: #ffb001;
  left: -40px;
  top: -6px;
}
.login-page .container .registration-area .heading p {
  color: #848484;
  font-family: "Roboto-Regular";
  font-size: 16px;
}
.login-page .container .registration-area .registered-customers .button {
  border: 0;
  margin-bottom: 20px;
  padding-top: 0;
}
.login-page
  .container
  .registration-area
  .registered-customers
  .forgot-password {
  font-size: 15px;
  font-family: "Roboto-Medium";
  color: #ffb001;
  text-decoration: underline;
}
.login-page
  .container
  .registration-area
  .registered-customers
  .forgot-password:hover {
  color: #0edeca;
}
.login-page .container .registration-area .registered-customers .dont-acount {
  text-align: center;
  color: #262626;
  font-family: "RobotoLight";
  font-size: 15px;
  margin-top: 60px;
}
.login-page .container .registration-area .registered-customers .dont-acount a {
  color: #ffb001;
  text-decoration: underline;
  font-family: "Roboto-Medium";
}
.login-page
  .container
  .registration-area
  .registered-customers
  .dont-acount
  a:hover {
  color: #0edeca;
}
.login-page .container .registration-shadow {
  position: absolute;
  background: #0edeca;
  height: 100%;
  width: 100%;
  left: 5px;
  top: 5px;
  border-radius: 3px;
}
.login-page .forgot-img {
  margin-bottom: 35px;
  padding-top: 15px;
}
@media (max-width: 1199px) {
  .login-page .container {
    margin: 50px auto;
  }
  .login-page .container .registration-area {
    padding: 35px;
  }
  .login-page .container .registration-area .heading h2 {
    font-size: 26px;
  }
  .login-page .container .registration-area .heading h2:after {
    left: -35px;
  }
}
@media (max-width: 991px) {
  .login-page .container {
    margin: 40px auto;
  }
  .login-page .container .registration-area {
    padding: 30px;
  }
  .login-page .container .registration-area .heading {
    margin-bottom: 20px;
  }
  .login-page .container .registration-area .heading h2 {
    font-size: 24px;
  }
  .login-page .container .registration-area .heading h2:after {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .login-page .container {
    margin: 25px auto;
  }
  .login-page .container .registration-area {
    padding: 20px;
  }
  .login-page .container .registration-area .heading {
    margin-bottom: 15px;
  }
  .login-page .container .registration-area .heading h2 {
    font-size: 22px;
  }
  .login-page .container .registration-area .heading h2:after {
    left: -20px;
    height: 40px;
    width: 2px;
  }
  .login-page .container .registration-area .heading p {
    font-size: 14px;
  }
  .login-page .container .registration-area .registered-customers {
    margin-top: 0;
  }
  .login-page .container .registration-area .registered-customers .dont-acount {
    margin-top: 20px;
  }
  .login-page
    .container
    .registration-area
    .registered-customers
    .forgot-password {
    font-size: 14px;
  }
  .login-page .container .registration-area .registered-customers .button .btn {
    margin-bottom: 0;
  }
  .login-page .forgot-img {
    margin-bottom: 20px;
    padding-top: 0px;
  }
}
@media (max-width: 575px) {
  .login-page .container {
    padding: 0 15px;
    margin: 0px auto;
  }
  .login-page .container .registration-area {
    padding: 20px;
  }
  .login-page .container .registration-area .heading h2 {
    font-size: 20px;
  }
  .login-page .container .registration-area .registered-customers {
    margin-top: 0;
  }
  .login-page .container .registration-shadow {
    display: none;
  }
}
.category-page .products .product {
  margin-bottom: 20px;
}
.category-page .products.products-list .product {
  border: 0;
  padding-top: 0;
}
.category-page .products.products-list .product article {
  padding: 15px;
}
.category-page .products.products-list .product article .product-hover {
  width: 100%;
  border-top: 1px solid #f7f7f7;
  padding: 15px 0 0;
  justify-content: left;
}
.category-page .products.products-list .product article .product-hover:after {
  display: none;
}
.category-page .products.products-list .product article .product-hover .btn {
  display: block;
}
.category-page .products.products-list .product article .rating {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
.category-page .products.products-list .product article .description {
  color: #000;
}
.category-page .products.products-list .product article .thumb img {
  max-width: 100%;
  width: auto;
}
.category-page .products.products-list .product article .block-inner {
  height: auto;
}
.category-page .products.products-list .product article .block-inner .price {
  font-size: 16px;
}
.category-page .toolbar {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
.category-page .toolbar .btn-group {
  display: block;
}
.category-page .toolbar .btn-group .btn {
  display: inline-block;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  background: #fff;
  border-radius: 3px !important;
  font-size: 18px;
  padding: 13px 14px 11px;
  line-height: normal;
  color: #91a1c6;
}
.category-page .toolbar .btn-group .btn + .btn {
  margin-left: 10px;
}
.category-page .toolbar .btn-group .btn.active,
.category-page .toolbar .btn-group .btn:hover {
  background: #0edeca;
  color: #fff;
}
.category-page .toolbar.toolbar-bottom {
  padding: 10px 15px;
  color: #19232d;
  background: #fff;
  border-radius: 3px;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid #f7f7f7;
  margin-top: 15px;
}
.category-page .toolbar.toolbar-bottom .form-group {
  margin-bottom: 0;
}
.category-page .toolbar.toolbar-bottom label {
  padding: 0;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .category-page .toolbar .btn-group .btn {
    font-size: 16px;
    padding: 12px 12px 10px;
  }
  .category-page .toolbar.toolbar-bottom {
    margin-top: 10px;
  }
  .category-page .products.products-list .product article .description {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-page .products.shop-product .product {
    width: 50%;
  }
  .category-page .products.shop-product.products-list .product {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .category-page .products .product {
    width: 33.33%;
    margin-bottom: 15px;
  }
  .category-page .products.products-list .product {
    width: 100%;
  }
  .category-page .products.products-list .product article .description {
    font-size: 14px;
  }
  .category-page .toolbar .btn-group .btn {
    font-size: 14px;
    padding: 10px 12px 8px;
  }
  .category-page .toolbar.toolbar-bottom {
    margin-top: 5px;
  }
}
@media (max-width: 575px) {
  .category-page .products .product {
    width: 50%;
    padding-left: 15px;
  }
  .category-page .products.products-list .product {
    width: 100%;
  }
  .category-page .products.products-list .product article {
    padding: 15px;
  }
  .category-page .products.products-list .product article .block-panel {
    padding-left: 0;
    text-align: center;
  }
  .category-page
    .products.products-list
    .product
    article
    .block-panel
    .block-inner {
    justify-content: center;
  }
  .category-page .products.products-list .product article .title {
    text-align: center;
    display: block;
  }
  .category-page .products.products-list .product article .product-hover {
    text-align: center;
    justify-content: center;
  }
  .category-page .products.products-list .product article .rating {
    text-align: center;
    margin-bottom: 10px;
  }
  .category-page .products.products-list .product article .description {
    color: #000;
  }
  .category-page
    .products.products-list
    .product
    article
    .description
    .read-more {
    background: none;
  }
  .category-page .toolbar {
    margin-top: -34px;
  }
  .category-page .toolbar.toolbar-bottom label {
    margin: 5px 10px 5px 0;
  }
}
@media (max-width: 359px) {
  .category-page .products .product {
    width: 100%;
    padding-left: 15px;
  }
}
.view-cart .cart-area {
  margin-bottom: 0;
}
.view-cart .cart-area .cart-left {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 0;
}
.view-cart .cart-area .cart-left .btn-row {
  padding: 15px;
  border-width: 1px;
}
.view-cart .cart-area .cart-right {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.view-cart .cart-area .cart-right .order-summary-outer {
  border: 0;
  padding: 0;
}
.view-cart .cart-area .cart-right .order-summary-outer .coupons {
  border-width: 1px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.view-cart
  .cart-area
  .cart-right
  .order-summary-outer
  .coupons
  .apply-coupan
  .btn {
  margin-top: 15px;
}
.view-cart .cart-area .cart-right .order-summary-outer .buttons {
  padding: 15px 20px;
}
.view-cart .cart-area .help-block {
  position: static;
}
.view-cart .cart-area .page-empty .page-empty-content {
  color: #19232d;
}
.view-cart .cart-area .page-empty .page-empty-content a {
  color: #0edeca;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .view-cart .cart-area .cart-right .order-summary-outer {
    border: 0;
    padding: 0;
    margin-top: 0;
  }
  .view-cart .cart-area .cart-right .order-summary-outer .coupons {
    padding-left: 15px;
    padding-right: 15px;
  }
  .view-cart .cart-area .cart-right .order-summary-outer .buttons {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .view-cart .cart-area .cart-right .order-summary-outer .coupons {
    padding-left: 10px;
    padding-right: 10px;
  }
  .view-cart .cart-area .cart-right .order-summary-outer .buttons {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .view-cart .cart-area .cart-left {
    margin-bottom: 20px;
  }
  .view-cart .cart-area .cart-left .btn-row .btn {
    width: auto;
  }
}
@media (max-width: 575px) {
  .view-cart .cart-area .cart-left .btn-row {
    padding-bottom: 0;
  }
  .view-cart .cart-area .cart-left form {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 375px) {
  .view-cart .cart-area .cart-left .btn-row {
    flex-wrap: wrap;
  }
  .view-cart .cart-area .cart-left .btn-row .btn {
    width: 100%;
  }
}
.contact-area .contact-list li .fa {
  color: #0edeca;
}
.productdetail_page .h-18 {
  font-size: 18px !important;
  font-family: "Roboto-Bold";
}
.productdetail_page .my-25 {
  margin: 25px 0;
}
.productdetail_page .h-16 {
  font-size: 16px;
}
.productdetail_page .detail-area {
  background-color: #fff;
  padding-top: 50px;
  position: relative;
}
.productdetail_page .detail-area:before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #f9f9f9;
  position: absolute;
  left: 0;
  top: 0;
}
.productdetail_page .detail-area .carousel .carousel-control-prev:hover,
.productdetail_page .detail-area .carousel .carousel-control-next:hover {
  color: #0edeca;
}
.productdetail_page .detail-area .carousel .carousel-inner {
  border: 0;
}
.productdetail_page
  .detail-area
  .carousel
  .carousel-indicators
  .thumbnail.active
  a {
  border: 1px solid #dbdbdb;
}
.productdetail_page .detail-area .carousel .carousel-indicators .thumbnail a {
  display: block;
  width: 120px;
  height: 110px;
  text-align: center;
  border: 1px solid transparent;
  background-color: #fff;
}
.productdetail_page
  .detail-area
  .carousel
  .carousel-indicators
  .thumbnail
  a
  .img-thumbnail {
  box-shadow: none;
  margin: 0 auto;
  height: 108px;
  border: 0;
  background-color: #fff;
  padding: 10px;
}
.productdetail_page
  .detail-area
  .carousel
  .carousel-indicators
  .thumbnail
  a:hover {
  border: 1px solid #dbdbdb;
}
.productdetail_page
  .detail-area
  .carousel
  .carousel-indicators
  .thumbnail
  a:hover
  .img-thumbnail {
  border: 0;
}
.productdetail_page .detail-area .product-summary {
  padding-left: 50px;
}
.productdetail_page .detail-area .product-summary .product-title {
  font-size: 26px;
  font-family: "Roboto-Bold";
  line-height: 37px;
}
.productdetail_page .detail-area .product-summary .product-info {
  margin-bottom: 15px;
}
.productdetail_page .detail-area .product-summary .product-info .availbility {
  color: #0edeca;
}
.productdetail_page .detail-area .product-summary .product-info .category {
  color: #000;
  margin-bottom: 10px;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-info
  .category:hover {
  color: #0edeca;
}
.productdetail_page
  .detail-area
  .product-summary
  .attributediv
  .attribute_select
  .commoncheck
  label {
  border: 1px solid #19232d;
  color: #19232d;
  border-radius: 0;
  background: #fff;
  margin-bottom: 0;
}
.productdetail_page
  .detail-area
  .product-summary
  .attributediv
  .attribute_select
  .commoncheck
  input:checked
  + label {
  border-color: #0edeca;
  color: #0edeca;
}
.productdetail_page .detail-area .product-summary .product-box {
  margin-top: 0;
}
.productdetail_page .detail-area .product-summary .product-box .Qty label {
  display: block;
  padding-top: 0;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .Qty
  .input-group {
  float: initial;
  min-width: 155px;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .Qty
  .input-group
  input {
  height: 40px;
  font-size: 16px;
  min-width: 75px;
  background-color: #f5f5f5;
  border-left: 0;
  border-right: 0;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .Qty
  .input-group
  input:focus {
  border-color: #e5e5e5;
}
.productdetail_page .detail-area .product-summary .product-box .Qty span {
  height: 40px;
  width: 40px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}
.productdetail_page .detail-area .product-summary .product-box .Qty span .btn {
  padding: 0;
}
.productdetail_page .detail-area .product-summary .product-box .price-box span {
  font-family: "Roboto-Regular";
  font-weight: normal;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .price-box
  span:last-child {
  color: #ffb001;
  font-size: 18px;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  font-weight: normal;
  font-family: "Roboto-Bold";
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .buttons
  .btn-primary {
  font-size: 14px;
  padding-left: 52px;
  padding-right: 52px;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .buttons
  .btn-primary.active {
  background: #0edeca;
  border-color: #0edeca;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .buttons
  .action {
  margin-left: 10px;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .buttons
  .action
  li
  a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid #e6e6e6;
  color: #bcb8b8;
  text-align: center;
  font-size: 20px;
  line-height: 47px;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .buttons
  .action
  li
  a:hover,
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .buttons
  .action
  li
  a.fa-heart {
  color: #ffb001;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-color: #ffb001;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .buttons
  .action
  li
  a
  .icon-share {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .buttons
  .action.share-list {
  max-width: 0;
  padding: 0;
  height: 45px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .buttons
  .action.share-list
  li:nth-of-type(1)
  a:hover {
  color: #3b5998;
  border-color: #3b5998;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .buttons
  .action.share-list
  li:nth-of-type(2)
  a:hover {
  color: #55acee;
  border-color: #55acee;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .buttons
  .action.share-list
  li:nth-of-type(3)
  a:hover {
  color: #0077b5;
  border-color: #0077b5;
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .buttons.active
  .action
  li
  .icon-share:before {
  content: "\e90f";
}
.productdetail_page
  .detail-area
  .product-summary
  .product-box
  .buttons.active
  .action.share-list {
  max-width: 200px;
}
.productdetail_page .detail-area .product-summary .product-box .quick_review p {
  font-size: 14px;
  font-family: "Roboto-Regular";
  margin-top: 15px;
  line-height: 25px;
}
.productdetail_page .detail-area .product-summary .product_ratting ul li {
  font-size: 18px;
  color: #cfcfcf;
}
.productdetail_page
  .detail-area
  .product-summary
  .product_ratting
  ul
  li.active {
  color: #fcd44f;
}
.productdetail_page .detail-area .product-summary .product_stock {
  color: #6d7175;
}
.productdetail_page .detail-area .product-summary .product_stock span {
  color: #19232d;
  font-family: "Roboto-Medium";
}
.productdetail_page .related-product-area {
  padding-top: 50px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #fff 23%, #f6fafd 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #fff 23%, #f6fafd 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 23%, #f6fafd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6fafd',GradientType=0 );
}
.productdetail_page .related-product-area .product-tabs {
  padding-bottom: 40px;
}
.productdetail_page .related-product-area .product-tabs .nav-pills {
  border-bottom: 1px solid #dbdbdb;
}
.productdetail_page
  .related-product-area
  .product-tabs
  .nav-pills
  .nav-item
  .nav-link {
  font-family: "Roboto-Medium";
  color: #dbdbdb;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.productdetail_page
  .related-product-area
  .product-tabs
  .nav-pills
  .nav-item
  .nav-link.active,
.productdetail_page
  .related-product-area
  .product-tabs
  .nav-pills
  .nav-item
  .nav-link:hover {
  color: #0edeca;
  border-color: #0edeca;
}
.productdetail_page
  .related-product-area
  .product-tabs
  .nav-pills
  .nav-item
  .nav-link.active:before,
.productdetail_page
  .related-product-area
  .product-tabs
  .nav-pills
  .nav-item
  .nav-link:hover:before {
  width: 100%;
  height: 2px;
  background-color: #0edeca;
  content: "";
  bottom: -1px;
  left: 0;
  position: absolute;
}
.productdetail_page
  .related-product-area
  .product-tabs
  .nav-pills
  .nav-item
  .nav-link.active:after,
.productdetail_page
  .related-product-area
  .product-tabs
  .nav-pills
  .nav-item
  .nav-link:hover:after {
  border-bottom: transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0edeca;
  content: "";
  bottom: -7px;
  left: 0;
  right: 0;
  position: absolute;
  width: 5px;
  margin: 0 auto;
}
.productdetail_page .related-product-area .product-tabs .tab-content {
  border-bottom: 1px solid #dbdbdb;
  padding: 30px 0;
}
.productdetail_page
  .related-product-area
  .product-tabs
  .tab-content
  .review_form
  h6 {
  font-size: 12px;
  color: #bcb8b8;
  font-family: "Roboto-Regular";
  margin-bottom: 10px;
}
.productdetail_page
  .related-product-area
  .product-tabs
  .tab-content
  .review_form
  .ratting_list
  label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.productdetail_page
  .related-product-area
  .product-tabs
  .tab-content
  .review_form
  .ratting_list
  label:before {
  content: "\e909";
  font-family: "icomoon";
  font-size: 18px;
  color: #cfcfcf;
}
.productdetail_page
  .related-product-area
  .product-tabs
  .tab-content
  .review_form
  .ratting_list
  input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.productdetail_page
  .related-product-area
  .product-tabs
  .tab-content
  .review_form
  .ratting_list
  input:checked
  ~ label:before {
  color: #ffb001;
}
.productdetail_page .related-product-area .product-tabs .tab-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.productdetail_page .products {
  margin-bottom: 0px;
}
.productdetail_page .view_all {
  width: 100%;
  margin-top: 15px;
}
.productdetail_page .view_all a {
  font-size: 14px;
  font-family: "Roboto-Medium";
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  padding: 12px 40px;
  display: inline-block;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
  text-transform: uppercase;
  border-radius: 3px;
}
.productdetail_page .view_all a:hover {
  background-color: #0edeca;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .productdetail_page .detail-area .product-summary .product-title {
    font-size: 22px;
  }
  .productdetail_page .detail-area .carousel .carousel-indicators .thumbnail a {
    width: 100px;
    height: 90px;
  }
  .productdetail_page
    .detail-area
    .carousel
    .carousel-indicators
    .thumbnail
    a
    .img-thumbnail {
    height: 85px;
  }
  .productdetail_page .my-25 {
    margin: 20px 0;
  }
}
@media (max-width: 1199px) {
  .productdetail_page .detail-area {
    padding-top: 40px;
  }
  .productdetail_page .detail-area .product-summary {
    padding-left: 35px;
  }
  .productdetail_page .detail-area .product-summary .product-title {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 30px;
  }
  .productdetail_page .detail-area .product-summary .product_ratting ul li {
    font-size: 16px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .price-box
    span:last-child {
    font-size: 16px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .buttons
    .btn-primary {
    padding-left: 30px;
    padding-right: 30px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .buttons
    .action
    li
    a {
    width: 41px;
    height: 41px;
    font-size: 18px;
    line-height: 43px;
  }
  .productdetail_page .detail-area .product-summary .product-info {
    margin-bottom: 5px;
  }
  .productdetail_page .detail-area .product-summary .product-info .orders,
  .productdetail_page .detail-area .product-summary .product-info .availbility {
    margin-bottom: 10px;
  }
  .productdetail_page .detail-area .carousel .carousel-indicators .thumbnail a {
    width: 70px;
    height: 75px;
  }
  .productdetail_page
    .detail-area
    .carousel
    .carousel-indicators
    .thumbnail
    a
    .img-thumbnail {
    height: 70px;
  }
  .productdetail_page .detail-area .carousel .carousel-control-prev,
  .productdetail_page .detail-area .carousel .carousel-control-next {
    font-size: 25px;
  }
  .productdetail_page .my-25 {
    margin: 15px 0;
  }
  .productdetail_page .h-18 {
    font-size: 17px !important;
  }
  .productdetail_page .h-16 {
    font-size: 15px;
  }
  .productdetail_page .related-product-area {
    padding-top: 40px;
  }
  .productdetail_page .related-product-area .product-tabs {
    padding-bottom: 30px;
  }
  .productdetail_page
    .related-product-area
    .product-tabs
    .nav-pills
    .nav-item
    .nav-link {
    font-size: 15px;
  }
  .productdetail_page .related-product-area .product-tabs .tab-content {
    padding: 25px;
  }
  .productdetail_page
    .related-product-area
    .product-tabs
    .tab-content
    .review_form
    .title-h5 {
    font-size: 16px;
  }
  .productdetail_page
    .related-product-area
    .product-tabs
    .tab-content
    .review_form
    .ratting_list
    label:before {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .productdetail_page .detail-area {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .productdetail_page .detail-area::before {
    width: 100%;
  }
  .productdetail_page .detail-area .product-summary {
    padding-left: 0px;
    margin-top: 15px;
  }
  .productdetail_page .detail-area .product-summary .product-title {
    font-size: 18px;
    line-height: 27px;
  }
  .productdetail_page .detail-area .product-summary .product_ratting ul li {
    font-size: 15px;
  }
  .productdetail_page .detail-area .product-summary .product-box {
    margin-top: 0;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .price-box
    span:last-child {
    font-size: 15px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .buttons
    .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .buttons
    .action
    li:nth-child(2) {
    display: none;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .buttons
    .action.share-list {
    max-width: inherit;
    margin-left: 5px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .buttons
    .action.share-list
    li:nth-child(2) {
    display: inline-block;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .attributediv
    .attribute_select
    .commoncheck
    label {
    padding: 6px 10px;
  }
  .productdetail_page .detail-area .product-summary .product-info {
    flex-wrap: wrap;
  }
  .productdetail_page .detail-area .product-summary .product-info .orders {
    margin-left: 0px;
    padding-right: 10px;
    margin-right: 10px;
  }
  .productdetail_page .detail-area .product-summary .product-info .availbility {
    margin-left: 0px;
  }
  .productdetail_page .detail-area .product-summary .product-info .category {
    padding-right: 10px;
    margin-right: 10px;
  }
  .productdetail_page .detail-area .form-group {
    margin-bottom: 15px;
  }
  .productdetail_page .my-25 {
    margin: 10px 0;
  }
  .productdetail_page .h-18 {
    font-size: 16px !important;
  }
  .productdetail_page .related-product-area {
    padding-top: 30px;
  }
  .productdetail_page .related-product-area .product-tabs {
    padding-bottom: 20px;
  }
  .productdetail_page .related-product-area .product-tabs .tab-content {
    padding: 20px;
  }
  .productdetail_page
    .related-product-area
    .product-tabs
    .tab-content
    .review_form
    .title-h5 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .productdetail_page .detail-area {
    padding-top: 20px;
  }
  .productdetail_page .detail-area .product-summary {
    padding-left: 0px;
    margin-top: 15px;
  }
  .productdetail_page .detail-area .product-summary .product-title {
    font-size: 16px;
    line-height: 24px;
  }
  .productdetail_page .detail-area .product-summary .product_ratting ul li {
    font-size: 14px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product_ratting
    ul
    li:not(:last-child) {
    margin-right: 5px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .price-box
    span:last-child {
    font-size: 15px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .buttons
    .btn-primary {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .buttons
    .action {
    margin-left: 5px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .buttons
    .action
    li:not(:last-child) {
    margin-right: 3px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .buttons
    .action
    li
    a {
    width: 39px;
    height: 39px;
    font-size: 16px;
    line-height: 40px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .buttons
    .action.share-list {
    height: 39px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .Qty
    .input-group
    input {
    height: 35px;
    font-size: 14px;
  }
  .productdetail_page .detail-area .product-summary .product-box .Qty span {
    height: 35px;
    width: 35px;
    line-height: 34px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .product-box
    .quick_review
    p {
    margin-top: 10px;
    line-height: 20px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .attributediv
    .attribute_select
    .commoncheck {
    margin-right: 5px;
  }
  .productdetail_page
    .detail-area
    .product-summary
    .attributediv
    .attribute_select
    .commoncheck
    label {
    padding: 6px 10px;
  }
  .productdetail_page .detail-area .product-summary .product-info {
    margin-bottom: 0;
  }
  .productdetail_page .detail-area .carousel .carousel-indicators .thumbnail a {
    width: 55px;
    height: 60px;
  }
  .productdetail_page
    .detail-area
    .carousel
    .carousel-indicators
    .thumbnail
    a
    .img-thumbnail {
    height: 55px;
  }
  .productdetail_page .h-18 {
    font-size: 15px !important;
  }
  .productdetail_page .h-16 {
    font-size: 14px;
  }
  .productdetail_page .related-product-area {
    padding-top: 20px;
  }
  .productdetail_page
    .related-product-area
    .product-tabs
    .nav-pills
    .nav-item
    .nav-link {
    font-size: 14px;
  }
  .productdetail_page .related-product-area .product-tabs .tab-content {
    padding: 15px;
  }
  .productdetail_page
    .related-product-area
    .product-tabs
    .tab-content
    .review_form
    .title-h5 {
    font-size: 14px;
  }
  .productdetail_page
    .related-product-area
    .product-tabs
    .tab-content
    .review_form
    .ratting_list
    label:before {
    font-size: 15px;
  }
  .productdetail_page
    .related-product-area
    .product-tabs
    .tab-content
    .review_form
    .button
    .btn {
    margin-bottom: 0;
  }
  .productdetail_page .heading {
    margin-bottom: 15px;
  }
}
.checkout-content .checkout-area {
  margin-bottom: 0;
}
.checkout-content .checkout-area .checkout-left .nav-pills {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  display: block;
  overflow: auto;
}
.checkout-content .checkout-area .checkout-left .nav-pills:after {
  display: none;
}
.checkout-content .checkout-area .checkout-left .nav-pills li {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
}
.checkout-content .checkout-area .checkout-left .nav-pills li .nav-link {
  width: 100% !important;
  padding: 20px 20px 20px 50px;
}
.checkout-content
  .checkout-area
  .checkout-left
  .nav-pills
  li
  .nav-link.active-check:before,
.checkout-content
  .checkout-area
  .checkout-left
  .nav-pills
  li
  .nav-link.active:before {
  background: #0edeca;
}
.checkout-content
  .checkout-area
  .checkout-left
  .tab-content
  .tab-pane
  .list
  li
  label {
  font-size: 15px;
}
.checkout-content .checkout-area .checkout-left .notes-summary-area,
.checkout-content .checkout-area .checkout-left .payment-area {
  padding: 20px;
}
.checkout-content
  .checkout-area
  .checkout-left
  .notes-summary-area
  .order-notes
  textarea.form-control {
  height: auto !important;
}
.checkout-content .checkout-area .checkout-right .order-summary-outer {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border: 0;
  padding: 0;
}
.checkout-content .checkout-area .checkout-right .order-summary-outer .coupons {
  border-width: 1px;
  margin-bottom: 0;
  border-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-content
  .checkout-area
  .checkout-right
  .order-summary-outer
  .coupons
  .apply-coupan
  .btn {
  margin-top: 15px;
}
.checkout-content .checkout-area .checkout-right .order-summary-outer .buttons {
  padding: 15px;
}
.checkout-content .checkout-area .help-block {
  position: static;
}
@media (max-width: 1440px) {
  .checkout-content .checkout-area .checkout-left .nav-pills li .nav-link {
    padding: 20px 15px 20px 50px;
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .checkout-content .checkout-area .checkout-left .nav-pills {
    margin-bottom: 25px;
  }
  .checkout-content .checkout-area .checkout-left .nav-pills li .nav-link {
    padding: 15px 15px 15px 50px;
    font-size: 15px;
  }
  .checkout-content
    .checkout-area
    .checkout-left
    .tab-content
    .tab-pane
    .heading
    h2 {
    font-size: 18px;
  }
  .checkout-content
    .checkout-area
    .checkout-left
    .tab-content
    .tab-pane
    .form-check {
    padding-left: 10px;
  }
  .checkout-content
    .checkout-area
    .checkout-left
    .tab-content
    .tab-pane
    .form-check
    .list {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .checkout-content .checkout-area .checkout-left .notes-summary-area {
    margin-top: 0;
  }
  .checkout-content .checkout-area .checkout-left .payment-area {
    padding-top: 0;
  }
  .checkout-content .checkout-area .checkout-right .order-summary-outer {
    margin-top: 0;
  }
  .checkout-content
    .checkout-area
    .checkout-right
    .order-summary-outer
    .coupons {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .checkout-content .checkout-area .checkout-left .nav-pills {
    margin-bottom: 20px;
  }
  .checkout-content .checkout-area .checkout-left .notes-summary-area,
  .checkout-content .checkout-area .checkout-left .payment-area {
    padding: 15px;
    margin-top: 0;
  }
  .checkout-content .checkout-area .checkout-left .payment-area {
    padding-top: 0;
  }
  .checkout-content .checkout-area .checkout-right {
    display: block;
  }
  .checkout-content
    .checkout-area
    .checkout-right
    .order-summary-outer
    .coupons {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .checkout-content .checkout-area .checkout-left {
    margin-bottom: 20px;
  }
  .checkout-content .checkout-area .checkout-left .nav-pills {
    margin-bottom: 15px;
  }
  .checkout-content
    .checkout-area
    .checkout-left
    .tab-content
    .tab-pane
    .heading
    h2 {
    font-size: 16px;
  }
  .checkout-content
    .checkout-area
    .checkout-left
    .tab-content
    .tab-pane
    .form-check {
    padding-left: 5px;
  }
  .checkout-content
    .checkout-area
    .checkout-left
    .tab-content
    .tab-pane
    .form-check
    .list {
    margin-top: 0;
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .checkout-content .checkout-area .checkout-left .button .btn {
    margin-bottom: 0;
  }
  .checkout-content .checkout-area .checkout-left form {
    margin-bottom: 0 !important;
  }
}
.view-order-page .orders-detail-area .card-box .card {
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border: 0;
}
.view-order-page .orders-detail-area .card-box .card .card-header {
  padding: 10px 20px;
  background: #0edeca;
  color: #fff;
  border: 0;
}
.view-order-page .orders-detail-area .row {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .view-order-page .orders-detail-area .card-box .card {
    margin-bottom: 25px;
    min-height: 150px;
  }
  .view-order-page .orders-detail-area .card-box .card .card-body .card-text p {
    font-size: 15px;
  }
  .view-order-page .orders-detail-area .order-summary-outer {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .view-order-page .orders-detail-area .card-box .card {
    margin-bottom: 20px;
    min-height: 130px;
  }
  .view-order-page .orders-detail-area .card-box .card .card-body {
    padding: 15px;
  }
  .view-order-page .orders-detail-area .card-box .card .card-header {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .view-order-page .orders-detail-area .card-box .card {
    margin-bottom: 15px;
    min-height: 100px;
  }
  .view-order-page .orders-detail-area .card-box .card .card-body .card-text p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .view-order-page .orders-detail-area .order-summary-outer {
    margin-top: 20px;
  }
}
.order-page .my-order-area {
  min-height: inherit;
}
.shipping-address .my-shipping {
  margin-bottom: 0;
}
.shipping-address .my-shipping .table {
  margin-bottom: 0;
}
.shipping-address .my-shipping .title-h5 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .shipping-address .my-shipping .title-h5 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .shipping-address .my-shipping .title-h5 {
    font-size: 16px;
  }
}
.profile-page .registration-area .new-customers .title-h5 {
  margin-bottom: 0;
}
.profile-page .registration-area .new-customers .uploader {
  padding: 0;
}
.profile-page .registration-area .new-customers .uploader .upload-picture {
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .profile-page .registration-area .new-customers .uploader .upload-picture {
    height: 135px;
    width: 135px;
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .profile-page .registration-area .new-customers .uploader .upload-picture {
    height: 120px;
    width: 120px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .profile-page .registration-area .new-customers .uploader .upload-picture {
    height: 110px;
    width: 110px;
    margin-top: 15px;
  }
  .profile-page .registration-area .new-customers .title-h5 {
    font-size: 15px;
  }
  .profile-page .registration-area .new-customers .button .btn {
    margin-bottom: 0;
    width: auto;
  }
}
@media (max-width: 1440px) {
  .info-pages-area h2 {
    font-size: 20px;
  }
  .info-pages-area p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .info-pages-area h2 {
    font-size: 17px;
  }
  .info-pages-area p {
    font-size: 14px;
  }
}

/* newly added for new mega menu */

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem
}

.navbar .dropdown-menu {
  border: none;
  background-color: white !important;
  margin-top: 8px
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px
}

.navbar .nav-item {
  padding: .5rem .5rem;
  margin: 0 .25rem;
}

.navbar .dropdown {
  position: static
}

.navbar .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 45px
}

.navbar .nav-link:hover {
 
  background-color: #d8e2ec;
}
.navbar .nav-link{
  white-space: nowrap;
  
}


.navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown .dropdown-menu:hover {
  display: block !important
}

.navbar .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, .15);
  background-color: #fff
}

a.i {
  margin-top: -20px;
  font-weight: 400;
  color: white
}

a.catogary {
  margin-left: -20px;
  color: white
}


@media only screen and (max-width: 1024px) and (min-width: 768px) {
  input.srch {
      padding: 0px;
      width: 100%
  }
}

a.nav-link.active {
  font-weight: 700;
  background-color: #95befc;
  color: white
}

a.navbar-brand {
  color: white
}

span.navbar-toggler.icon {
  color: black
}
.vl {
  border-left: 1px dotted black;
  height: auto;
}
.show_all_nav{
  background-color:#ffffe3;
}
/*# sourceMappingURL=custom.min.css.map */


.deals-button {
	box-shadow: 7px 8px 24px -1px #9fb4f2;
	background:linear-gradient(to bottom, #ff0f2300 5%, #000000 100%);
	background-color:#7892c2;
	border-radius:15px;
	border:3px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Courier New;
	font-size:20px;
	font-weight:bold;
	padding:13px 45px;
	text-decoration:none;
	text-shadow:0px -2px 0px #283966;
}
.deals-button:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.deals-button:active {
	position:relative;
	top:1px;
}


.closeout-button{
  box-shadow: 7px 8px 24px -1px #9fb4f2;
	background:linear-gradient(to bottom, #ff0f2300 5%, #000000 100%);
	background-color:red;
	border-radius:15px;
	border:3px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Courier New;
	font-size:20px;
	font-weight:bold;
	padding:13px 45px;
	text-decoration:none;
	text-shadow:0px -2px 0px #283966;
  margin-left: 1vw;
}

.closeout-button:hover {
  background:linear-gradient(to bottom, #476e9e 5%, #ff0f23 100%);
	background-color:#476e9e;
}
.closeout-button:active {
  position:relative;
	top:1px;
}




.card-price {
	display: inline-block;
  
  width:  12em;
	height: 38px;
	
	background-color: #b0b2ff;
	-webkit-border-radius: 3px 4px 4px 3px;
	-moz-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	
	border-left: 1px solid #6ab070;

	/* This makes room for the triangle */
	margin-left: 5vw;
	
	position: relative;
	
	color: black;
	font-weight: 100;
	font-size: 12px;
	line-height: 38px;

	padding: 0 10px 0 10px;
}

/* Makes the triangle */
.card-price:before {
	content: "";
	position: absolute;
	display: block;
	left: -19px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 19px solid #b0b2ff;
}

/* Makes the circle */
.card-price:after {
	content: "";
	background-color: black;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
}


.card-price-second {
	display: inline-block;
  
  width:  12em;
	height: 38px;
	
	background-color: #c4fff3;
	-webkit-border-radius: 3px 4px 4px 3px;
	-moz-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	
	border-left: 1px solid #c4fff3;

	/* This makes room for the triangle */
	margin-left: 5vw;
	
	position: relative;
	
	color: black;
	font-weight: 100;
	font-size: 12px;
	line-height: 38px;

	padding: 0 10px 0 10px;
}

/* Makes the triangle */
.card-price-second:before {
	content: "";
	position: absolute;
	display: block;
	left: -19px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 19px solid #c4fff3;
}

/* Makes the circle */
.card-price-second:after {
	content: "";
	background-color: black;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
}


.empty-content-price-tag
{
	display: block;
  width: auto;
	height: 38px;
	margin-left: 5vw;
	position: relative;
	padding: 0 10px 0 10px;
}


.empty-content-price-tag:before {
	content: "";
	position: absolute;
	display: block;
	left: -19px;
	width: 0;
	height: 0;
}


.empty-content-price-tag:after {
	content: "";
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
}



